mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-08 21:30:47 +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:
12
scss/nes-core.scss
Normal file
12
scss/nes-core.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@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";
|
Reference in New Issue
Block a user