Skip to content

Commit 82d8369

Browse files
authored
Merge pull request #305 from nostalgic-css/develop
Release!!
2 parents b34f70c + 4a2a145 commit 82d8369

40 files changed

+1279
-2210
lines changed

.github/README-zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ yarn add nes.css
4444

4545
NES.css 只提供组件. 你需要定义你自己的布局.
4646

47-
默认字体[Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P?selection.family=Press+Start+2P) 只支持英文字符. 当你把这个框架与其他非英语的语言一起使用的时候, 请使用另外的字体. 请根据这个关于Google Fonts的 [说明](https://developers.google.com/fonts/docs/getting_started) 了解如何把它引入项目, 或者按照如下方式简单引人:
47+
默认字体[Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P?selection.family=Press+Start+2P) 只支持英文字符. 当你把这个框架与其他非英语的语言一起使用的时候, 请使用另外的字体. 请根据这个关于Google Fonts的 [说明](https://developers.google.com/fonts/docs/getting_started) 了解如何把它引入项目, 或者按照如下方式简单引入:
4848

4949
```html
5050
<head>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.vscode
33
css
44
storybook-static
5+
.DS_Store

.storybook/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { withBackgrounds } from '@storybook/addon-backgrounds';
99
import '../scss/nes.scss'; // eslint-disable-line import/no-unresolved
1010

1111
// automatically import all files ending in *.stories.js
12-
const req = require.context('../docs', true, /.stories.js$/);
12+
const req = require.context('../story', true, /.stories.js$/);
1313
function loadStories() {
1414
req.keys().forEach(filename => req(filename));
1515
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ NES.css is a **NES-style(8bit-like)** CSS Framework.
1212

1313
### Styles
1414

15-
NES.css is available via either npm (preferred) or Yarn, or a CDN.
15+
NES.css is available via either npm (preferred), Yarn, or a CDN.
1616

1717
#### via package manager
1818

@@ -76,7 +76,7 @@ NES.css only requires CSS and doesn't depend on any JavaScript.
7676

7777
## Browser Support
7878

79-
NES.css is compatible with the newest version of the following browsers.
79+
NES.css is compatible with the newest version of the following browsers:
8080
* Chrome
8181
* Firefox
8282
* Safari

0 commit comments

Comments
 (0)