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

@function values() {
    @return (
        "left": "left",
        "center": "center",
        "right": "right",
        "justify": "justify"
    );
}
