mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-17 05:38:15 +01:00
69fb58eccb
I've moved the SCSS functions file into the `scripts` directory where I think it makes a bit more sense. I've also abstracted most of the functionality from it so I can also use it in `semantic-release`'s preparation step.
15 lines
423 B
SCSS
15 lines
423 B
SCSS
@charset "utf-8";
|
|
|
|
/*****************************************************************************\
|
|
NES.css Framework
|
|
Version: development
|
|
#{build-data()}
|
|
\*****************************************************************************/
|
|
|
|
@import "base/_index.scss";
|
|
@import "utilities/_index.scss";
|
|
@import "elements/_index.scss";
|
|
@import "form/_index.scss";
|
|
@import "icons/_index.scss";
|
|
@import "pixel-arts/_index.scss";
|