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:
28
README.md
28
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user