update customize theme doc

This commit is contained in:
afc163 2017-06-23 17:16:12 +08:00
parent 2ba8e6fec6
commit 7151a4e720

View File

@ -59,7 +59,7 @@ antd 的样式使用了 [Less](http://lesscss.org/) 作为开发语言,并定
@import "your-theme-file.less"; // 用于覆盖上面定义的变量
```
注意:这种方式会载入所有组件的样式,无法和按需加载插件 `babel-plugin-import``style` 属性一起使用。
注意:这种方式已经载入了所有组件的样式,不需要也无法和按需加载插件 `babel-plugin-import``style` 属性一起使用。
## 社区教程