mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
docs: Update css-variables.md (#50686)
This commit is contained in:
parent
b66ca04828
commit
afabec60c3
@ -58,7 +58,7 @@ However, after enabling CSS variables, the component styles of the same antd ver
|
||||
</ConfigProvider>
|
||||
```
|
||||
|
||||
By the way, we strongly recommend using `extractStyle` to extract static styles, which will bring a certain amount of performance improvement to the application.
|
||||
By the way, we strongly recommend using [extractStyle](/docs/react/server-side-rendering) to extract static styles, which will bring a certain amount of performance improvement to the application.
|
||||
|
||||
### Customize Theme
|
||||
|
||||
|
@ -58,7 +58,7 @@ hash 是 Ant Design 5.0 以来的特性之一,其功能是为每一份主题
|
||||
</ConfigProvider>
|
||||
```
|
||||
|
||||
同时我们非常推荐使用 `extractStyle` 来抽取静态样式,这样会为应用性能带来一定量的提升。
|
||||
同时我们非常推荐使用 [extractStyle](/docs/react/server-side-rendering-cn) 来抽取静态样式,这样会为应用性能带来一定量的提升。
|
||||
|
||||
### 修改主题
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user