Browse Source

fix: fix select option scss variables not use theme local.scss

代强 2 năm trước cách đây
mục cha
commit
b00a1f377b

+ 0 - 2
packages/semi-foundation/select/option.scss

@@ -1,5 +1,3 @@
-@import "./variables.scss";
-
 $module: #{$prefix}-select;
 $single: #{$module}-single;
 $filterable: #{$module}-filterable;

+ 1 - 1
packages/semi-foundation/select/select.scss

@@ -1,7 +1,7 @@
 //@import '../theme/variables.scss';
 @import "./animation.scss";
-@import './option.scss';
 @import './variables.scss';
+@import './option.scss';
 @import './mixin.scss';
 
 $module: #{$prefix}-select;