Browse Source

fix: fix select_scss_importOrder for option scss override theme variable (#1194)

代强 3 years ago
parent
commit
efd34c6f69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/semi-foundation/select/select.scss

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

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