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ů.
|
- @import "variables/colors";
- @import "variables/shadow";
-
- @import "variables/bootstrap-material-design-base";
-
- // Customized BS variables
- @import "variables/brand";
-
- // import their vars after customization for use below
- $enable-flex: true; // fully adopt flexbox layouts
- $enable-shadows: true; // enable shadows, set to false to turn off shadows
-
- // // Core Bootstrap Variables
- @import "variables/functions";
- @import "variables/variables";
-
- @import "variables/bootstrap-material-design";
|