2018-10-09 21:58:46 +02:00

19 lines
463 B
SCSS

/* GLOBAL: INCLUDES
*
* It is recommended to only include variables,
* mixins, etc. in this file, to prevent duplicated
* CSS in your final, compiled files.
*
--------------------------------------------- */
// Design Tokens
@import "../tokens/generated/tokens";
@import "../tokens/generated/tokens.map";
// Mixins
@import "./shared/functions";
@import "./shared/mixins";
@import "./shared/background";
@import "./shared/spacing";
@import "./shared/form";