1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-17 13:48:13 +01:00

14 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
cc288d4415 build: Preserve package header during minification 2018-12-17 08:44:48 -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
Trezy
a34cac4aca build: Make build versions dynamic
Hehehehe, this is really cool. I've removed the hardcoded version number from `nes.scss` and
replaced it with a custom function. This function does all sorts of cool stuff.

1. **Injects the framework version from `package.json`
  This prevents us from having to inject the version number manually.
2. **Adds build info…**
  The branch that the CSS was built from, when it was built, what version of Node was used… All of the useful information that we could possibly provide. If it’s built on CircleCI, it even includes the build number.
3. **…but not too much build info**
  If the build is running against the `master` branch, we only inject the framework version. No need to bloat production builds with all the other junk. 😁
2018-12-16 21:15:59 -06:00
BcRikko
0572e82127 🎉 inputsを追加 2018-11-27 08:39:29 +09:00
BcRikko
e5c89004a9 🎉 octocatを追加 2018-11-26 22:54:02 +09:00
BcRikko
658c51436e 🎉 各種アイコンを追加 2018-11-26 17:16:07 +09:00
BcRikko
1a34fe4bff 🎉 radiosを追加 2018-11-26 09:01:32 +09:00
BcRikko
434abd0bad 👍 reboot.cssを導入 2018-11-25 18:11:18 +09:00
BcRikko
db0ac66528 🚿 再開発 2018-11-18 09:54:03 +09:00
BcRikko
f399767f52 👍 inputフィールドを追加 2018-09-29 16:51:11 +09:00
BcRikko
ae8542b621 👍 icon,twitterを追加 2018-09-29 10:34:45 +09:00
BcRikko
16fe1794a5 🚀 デプロイ 2018-09-24 20:34:28 +09:00
BcRikko
9a6c626821 ⚙️ 開発環境の構築 2018-09-24 13:35:33 +09:00