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

@function values() {
    @return (
        "none": "none",
        "current": "currentColor",
        "transparent": "transparent",
        "black": #000,
        "white": #fff
    );
}
