mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-02 18:42:47 +02:00
Removed English from README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,11 +1,10 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://bcrikko.github.io/NES.css/" target="_blank"><img src="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" alt="NES.css: NES-style CSS framework" style="max-width:100%;" width="600" height="315"></a>
|
<a href="https://bcrikko.github.io/NES.css/" target="_blank"><img src="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" alt="NES.css: NES-style CSS framework" style="max-width:100%;" width="600" height="315"></a>
|
||||||
|
|
||||||
<a href="README.md">English</a> / <a href="README.md">日本語</a>
|
<a href="README.md">English</a> / <a href="README-jp.md">日本語</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
NES.css is a **NES-style(8bit-like)** CSS Framework.
|
NES.css is a **NES-style(8bit-like)** CSS Framework.
|
||||||
NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークです。
|
|
||||||
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
@@ -38,10 +37,6 @@ NES.css only provides components. You will need to define your own layout.
|
|||||||
|
|
||||||
The default font is Press Start 2P which only supports English characters. When you're using this framework with any language except English, please use another font.
|
The default font is Press Start 2P which only supports English characters. When you're using this framework with any language except English, please use another font.
|
||||||
|
|
||||||
NES.cssはコンポーネントのスタイルのみを提供しています。レイアウトはみなさんが好きなように定義してください。
|
|
||||||
|
|
||||||
デフォルトでは`Press Start 2P`フォントを使っています。英語以外(日本語など)で利用される場合は、別途フォントを読み込んで使ってください。
|
|
||||||
|
|
||||||
TODO: 詳細を書く
|
TODO: 詳細を書く
|
||||||
|
|
||||||
|
|
||||||
@@ -49,22 +44,15 @@ TODO: 詳細を書く
|
|||||||
|
|
||||||
NES.css only requires CSS and doesn't depend on any JavaScript.
|
NES.css only requires CSS and doesn't depend on any JavaScript.
|
||||||
|
|
||||||
NES.cssはCSSのみで構成されています。JavaScriptは不要です。
|
|
||||||
|
|
||||||
|
|
||||||
## Browser Support
|
## Browser Support
|
||||||
|
|
||||||
NES.css is compatible with the newest version of the following browsers.
|
NES.css is compatible with the newest version of the following browsers.
|
||||||
|
|
||||||
次のブラウザの最新バージョンをサポートしています。
|
|
||||||
|
|
||||||
* Chrome
|
* Chrome
|
||||||
* Firefox
|
* Firefox
|
||||||
* Safari
|
* Safari
|
||||||
|
|
||||||
Untested
|
Untested
|
||||||
|
|
||||||
未確認
|
|
||||||
* IE/Edge
|
* IE/Edge
|
||||||
|
|
||||||
|
|
||||||
@@ -81,7 +69,7 @@ npm run watch
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
pre-commit hookにより、コミット時に自動でLint→format→buildが走り、`css`ディレクトリにファイルが出力されます。
|
Linting, formatting and building runs automatically in the pre-commit hook.
|
||||||
TODO: ビルドはCIでするように変更したい
|
TODO: ビルドはCIでするように変更したい
|
||||||
|
|
||||||
### Directories
|
### Directories
|
||||||
|
Reference in New Issue
Block a user