您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

18 行
488 B

  1. @import "variables/colors";
  2. @import "variables/shadow";
  3. @import "variables/bootstrap-material-design-base";
  4. // Customized BS variables
  5. @import "variables/brand";
  6. // import their vars after customization for use below
  7. $enable-flex: true; // fully adopt flexbox layouts
  8. $enable-shadows: true; // enable shadows, set to false to turn off shadows
  9. // // Core Bootstrap Variables
  10. @import "variables/functions";
  11. @import "variables/variables";
  12. @import "variables/bootstrap-material-design";