mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-17 05:38:15 +01:00
3eacba9c99
* refactor: add components directory ref #166 * build: split nes.scss into nes.css and nes-core.css and change npm scripts for build ref #166 * docs(readme.md): add nes-core.css link * docs: add components directory path and minor modification of the document
7 lines
141 B
SCSS
7 lines
141 B
SCSS
@charset "utf-8";
|
|
|
|
@import "nes-core.scss";
|
|
@import "components/_index.scss";
|
|
@import "icons/_index.scss";
|
|
@import "pixel-arts/_index.scss";
|