Skip to content

Commit

Permalink
fix invalid compatible-reset css dir in changelog (ant-design#8432)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai authored and afc163 committed Dec 4, 2017
1 parent b02aa7b commit 99cf727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Learn more in the [Ant Design 3.0 announcement post](https://medium.com/ant-desi
Or use less

```less
@import '~antd/style/v2-compatible-reset.css';
@import '~antd/lib/style/v2-compatible-reset.css';
```

- Since we changed default locale to en_US, LocalProvider is not required any more for English users.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ timeline: true
或者在 less 里引入

```less
@import '~antd/style/v2-compatible-reset.css';
@import '~antd/lib/style/v2-compatible-reset.css';
```

- 由于默认语言改为英文,如果你需要显示中文,现在需要配置 `LocalProvider`
Expand Down

0 comments on commit 99cf727

Please sign in to comment.