1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-01 12:10:10 +02:00

Add components dir and split css file (#224)

* 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
This commit is contained in:
ダーシノ
2018-12-29 08:00:31 +09:00
committed by Abdullah Samman
parent 15aab67790
commit 3eacba9c99
19 changed files with 3629 additions and 3589 deletions

View File

@@ -1,14 +1,6 @@
@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 "nes-core.scss";
@import "components/_index.scss";
@import "icons/_index.scss";
@import "pixel-arts/_index.scss";