mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
19 lines
463 B
SCSS
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";
|