mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-16 11:23:56 +02:00
Merge branch 'develop' into patch-1
This commit is contained in:
1
.github/CONTRIBUTING-es.md
vendored
1
.github/CONTRIBUTING-es.md
vendored
@@ -36,6 +36,7 @@ Este proyecto se apega al Código de Conducta convenido para Contribuyentes. Al
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
3. Ejecuta el servidor de desarrollo:
|
3. Ejecuta el servidor de desarrollo:
|
||||||
|
To view all available components in an interactive interface, use storybook.
|
||||||
```sh
|
```sh
|
||||||
$ npm run storybook
|
$ npm run storybook
|
||||||
```
|
```
|
||||||
|
1
.github/CONTRIBUTING-jp.md
vendored
1
.github/CONTRIBUTING-jp.md
vendored
@@ -36,6 +36,7 @@
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
3. 開発用サーバを起動する:
|
3. 開発用サーバを起動する:
|
||||||
|
インタラクティブインターフェースで使用可能なすべてのコンポーネントを表示するには、storybookを使ってください
|
||||||
```sh
|
```sh
|
||||||
$ npm run storybook
|
$ npm run storybook
|
||||||
```
|
```
|
||||||
|
1
.github/CONTRIBUTING-pt-BR.md
vendored
1
.github/CONTRIBUTING-pt-BR.md
vendored
@@ -36,6 +36,7 @@ Nós estamos muito felizes de você querer contribuir para o projeto! Os próxim
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
3. Inicie o servidor de desenvolvimento:
|
3. Inicie o servidor de desenvolvimento:
|
||||||
|
To view all available components in an interactive interface, use storybook.
|
||||||
```sh
|
```sh
|
||||||
$ npm run storybook
|
$ npm run storybook
|
||||||
```
|
```
|
||||||
|
1
.github/CONTRIBUTING-zh-CN.md
vendored
1
.github/CONTRIBUTING-zh-CN.md
vendored
@@ -36,6 +36,7 @@
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
3. 启动开发服务器:
|
3. 启动开发服务器:
|
||||||
|
To view all available components in an interactive interface, use storybook.
|
||||||
```sh
|
```sh
|
||||||
$ npm run storybook
|
$ npm run storybook
|
||||||
```
|
```
|
||||||
|
1
.github/CONTRUBUTING-ru.md
vendored
1
.github/CONTRUBUTING-ru.md
vendored
@@ -36,6 +36,7 @@
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
3. Запустите сервер:
|
3. Запустите сервер:
|
||||||
|
To view all available components in an interactive interface, use storybook.
|
||||||
```sh
|
```sh
|
||||||
$ npm run storybook
|
$ npm run storybook
|
||||||
```
|
```
|
||||||
|
@@ -36,6 +36,7 @@ We're really happy you want to contribute to the project! ❤️ The following s
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
3. Start up the dev server:
|
3. Start up the dev server:
|
||||||
|
To view all available components in an interactive interface, use storybook.
|
||||||
```sh
|
```sh
|
||||||
$ npm run storybook
|
$ npm run storybook
|
||||||
```
|
```
|
||||||
|
14
README.md
14
README.md
@@ -84,20 +84,6 @@ NES.css is compatible with the newest version of the following browsers:
|
|||||||
Untested
|
Untested
|
||||||
* IE/Edge
|
* IE/Edge
|
||||||
|
|
||||||
## Storybook
|
|
||||||
|
|
||||||
To view all available components in an interactive interface, use storybook.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/nostalgic-css/NES.css
|
|
||||||
cd NES.css
|
|
||||||
npm install
|
|
||||||
npm run storybook
|
|
||||||
```
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## Copyright and license
|
## Copyright and license
|
||||||
|
|
||||||
Code and documentation copyright 2018 [B.C.Rikko](https://github.com/BcRikko). Code released under the MIT License. Docs released under Creative Commons.
|
Code and documentation copyright 2018 [B.C.Rikko](https://github.com/BcRikko). Code released under the MIT License. Docs released under Creative Commons.
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB |
@@ -112,7 +112,9 @@
|
|||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"scss/**/*.scss": [
|
"scss/**/*.scss": [
|
||||||
"npm run postbuild"
|
"npm run prebuild:stylelint",
|
||||||
|
"npm run postbuild",
|
||||||
|
"git add"
|
||||||
],
|
],
|
||||||
"*.js": [
|
"*.js": [
|
||||||
"eslint '.storybook/**/*.js' 'story/**/*.js'"
|
"eslint '.storybook/**/*.js' 'story/**/*.js'"
|
||||||
|
@@ -44,10 +44,11 @@
|
|||||||
|
|
||||||
&.is-dark {
|
&.is-dark {
|
||||||
@include rounded-corners(true);
|
@include rounded-corners(true);
|
||||||
background: $base-color;
|
|
||||||
color: $background-color;
|
color: $background-color;
|
||||||
|
background: $base-color;
|
||||||
border-image-outset: 2;
|
border-image-outset: 2;
|
||||||
box-shadow: 0px 0px 0 8px $base-color;
|
box-shadow: 0 0 0 8px $base-color;
|
||||||
|
|
||||||
&.from-left,
|
&.from-left,
|
||||||
&.from-right {
|
&.from-right {
|
||||||
|
Reference in New Issue
Block a user