fix: @theme default

This commit is contained in:
ycjcl868 2019-12-03 15:40:15 +08:00
parent e2251f515b
commit dc90c21f15

View File

@ -1,6 +1,8 @@
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
@import '../color/colors'; @import '../color/colors';
@theme: default;
// The prefix to use on all css classes from ant. // The prefix to use on all css classes from ant.
@ant-prefix: ant; @ant-prefix: ant;