Quellcode durchsuchen

fix(select) #375 (#377)

Co-authored-by: summer <[email protected]>
SummerStream vor 3 Jahren
Ursprung
Commit
02b1598bbe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 './option.scss';
 @import './variables.scss';
 @import './mixin.scss';
-@import './option.scss';
 
 $module: #{$prefix}-select;
 $single: #{$module}-single;