Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

18 řádky
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";