1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

Added README-jp.md

This commit is contained in:
Baldomo
2018-12-01 14:37:11 +01:00
parent 377e0837c5
commit 6ab057c63e
2 changed files with 113 additions and 14 deletions

View File

@@ -85,21 +85,21 @@ pre-commit hookにより、コミット時に自動でLint→format→buildが
TODO: ビルドはCIでするように変更したい
### Directories
```
```sh
.
|- index.html: Demo page
|- style.css: Demo page style
|- css: Distribution files
|- scss: Source
|- base
| |- reboot.scss: **Don't change!** (Bootstrap Reboot)
| |- generic.scss: Generic style and overwrite reboot.css
| |- variables.scss: Common variables
|- elements
|- form
|- icons: For 16x16 icon
|- pixel-arts: For icon other than 16x16 icon.
|- utilities
├── index.html: Demo page
├── style.css: Demo page style
├── css: Distribution files
└── scss: Source
├── base
├── reboot.scss: Don't change! (Bootstrap Reboot)
├── generic.scss: Generic style and reboot.css
└── variables.scss: Common variables
├── elements
├── form
├── icons: 16x16 icons
├── pixel-arts: For icons other than 16x16.
└── utilities
```