If you use locale-provider, specify the ant-design theme as the default theme. This will automatically add all the less variables defined by ant-design. This is useful if you want to create custom themes with less and you are referencing less variables defined by ant-design.

This commit is contained in:
keng 2017-04-10 14:33:18 +08:00
parent 191b9f3f79
commit 681a160e35

View File

@ -1 +1,3 @@
// placeholder
@import "../../style/themes/default";
@import "../../style/core/index";