Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
docs: update customize-theme-variable.md (ant-design#33272)
Browse files Browse the repository at this point in the history
  • Loading branch information
banchichen committed Dec 12, 2021
1 parent 34dbf5f commit 678cf49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/react/customize-theme-variable.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ConfigProvider.config({
Since prefix modified. Origin `antd.variable.css` should also be replaced:

```bash
lessc --modify-var="ant-prefix=custom" antd/dist/antd.variable.less modified.css
lessc --js --modify-var="ant-prefix=custom" antd/dist/antd.variable.less modified.css
```

### Related changes
Expand Down
2 changes: 1 addition & 1 deletion docs/react/customize-theme-variable.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ConfigProvider.config({
由于前缀变更,你需要重新生成一份对应的 css 文件。

```bash
lessc --modify-var="ant-prefix=custom" antd/dist/antd.variable.less modified.css
lessc --js --modify-var="ant-prefix=custom" antd/dist/antd.variable.less modified.css
```

### 相关变更
Expand Down

0 comments on commit 678cf49

Please sign in to comment.