1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-21 21:35:37 +02:00

6 Commits

Author SHA1 Message Date
Trezy
8fe6d40e19 refactor: convert local images to data URIs
I’ve added a SCSS function that, when passed a file path, will inject the file as a data URI. This
is super helpful since it ensures that the cursor images will always be available for the CSS. This
issue currently prevents the npm version of the library from being usable at all.
2019-05-22 16:18:02 -05:00
ダーシノ
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