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

5 Commits

Author SHA1 Message Date
ダーシノ
3eacba9c99 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
2018-12-29 01:00:31 +02:00
Trezy
b789e22121 refactor: Remove superfluous empty string concatenation 2018-12-17 14:44:16 -06:00
Trezy
5f0ec9128f refactor: Remove superfluous newline 2018-12-17 14:30:41 -06:00
Trezy
a7899d838d ci(semantic-release): Add package header updating to CI
I've add a script to handle automatically updating bot the CSS and SCSS headers with the relevant
information before publishing. This update is handled as part of `semantic-release`'s preparation
step.
2018-12-16 22:55:15 -06:00
Trezy
69fb58eccb refactor: Move SCSS functions and abstract build data retrieval
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.
2018-12-16 22:48:53 -06:00