docs: Update customize-theme-variable document (#32930)

* Update customize-theme-variable.zh-CN.md

* Update customize-theme-variable.en-US.md

* Update customize-theme-variable.zh-CN.md

* Update customize-theme-variable.en-US.md
This commit is contained in:
Sunny Luo 2021-11-19 22:39:38 +08:00 committed by GitHub
parent 16432aef8e
commit 47d480b58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,10 @@ title: Dynamic Theme (Experimental)
Except [less customize theme](/docs/react/customize-theme), We also provide CSS Variable version to enable dynamic theme. You can check on [ConfigProvider](/components/config-provider/#components-config-provider-demo-theme) demo.
## Notice
## Caveats
This function need CSS Variable support which mean it can not support IE. Please make sure your browser requirement.
- This function depends on CSS Variables. Please check the [browser compatibility](https://caniuse.com/css-variables).
- This function requires at least `antd@4.17.0-alpha.0`.
## How to use