///////////// // DEPRECATED ///////////// // Variables // (this will set up the variables for future use, things will break without this) @use "./variables/" as *; // Mixins // (this will set up the mixins for future use, things will break without this) @use "./mixins/" as *; // Functions // (this will set up the functions for future use, things will break without this) @use "./functions/" as *; // Deprecated @use "./deprecated-5x/" as *;