Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/packages/configprovider/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ You can override these CSS variables directly in your code, and the styling of t
/* After you add this style, the Primary Button turns green */
:root {
--nutui-color-primary: green;
--nutui-color-primary-stop1: green;
--nutui-color-primary-stop2: green;
}
```

Expand Down
2 changes: 2 additions & 0 deletions src/packages/configprovider/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ NutUI-React 可以通过 [CSS 变量](https://developer.mozilla.org/zh-CN/docs/W
/* 添加这段样式后,Primary Button 会变成绿色 */
:root {
--nutui-color-primary: green;
--nutui-color-primary-stop1: green;
--nutui-color-primary-stop2: green;
}
```

Expand Down
2 changes: 2 additions & 0 deletions src/packages/configprovider/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ NutUI-React 可以通过 [CSS 变量](https://developer.mozilla.org/zh-CN/docs/W
/* 添加这段样式后,Primary Button 会变成绿色 */
:root {
--nutui-color-primary: green;
--nutui-color-primary-stop1: green;
--nutui-color-primary-stop2: green;
}
```

Expand Down
2 changes: 2 additions & 0 deletions src/packages/configprovider/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ NutUI-React 可以通過 \[CSS 變數\](<https://developer.mozilla.org/zh-CN/d
/* 添加這段樣式后,Primary Button 會變成綠色 */
:root {
--nutui-color-primary: green;
--nutui-color-primary-stop1: green;
--nutui-color-primary-stop2: green;
}
```

Expand Down
Loading