Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

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