// ============================================================================================= //
//                                            TOKENS                                             //
// ============================================================================================= //

@function values() {
    @return (
        "0": "0",
        "full": "100%",
        "screen": "100vw",
        "min": "min-content",
        "max": "max-content",
        "fit": "fit-content"
    );
}
