You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
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";