mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
16 lines
434 B
SCSS
16 lines
434 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.
|
|
*
|
|
--------------------------------------------- */
|
|
// Mixins
|
|
@forward "./shared/functions";
|
|
@forward "./shared/mixins";
|
|
@forward "./shared/background";
|
|
@forward "./shared/form";
|
|
@forward "./shared/transitions";
|
|
@forward "./shared/animations";
|
|
@forward "./shared/spacing";
|