mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-16 06:37:02 +03:00
22 lines
664 B
SCSS
22 lines
664 B
SCSS
|
// Customized BS variables
|
||
|
@import "bootstrap/components";
|
||
|
@import "bootstrap/spacing";
|
||
|
|
||
|
@import "bootstrap/body";
|
||
|
@import "bootstrap/brand";
|
||
|
@import "bootstrap/buttons";
|
||
|
@import "bootstrap/card";
|
||
|
@import "bootstrap/code";
|
||
|
@import "bootstrap/dropdown";
|
||
|
@import "bootstrap/forms";
|
||
|
@import "bootstrap/list-group";
|
||
|
@import "bootstrap/nav";
|
||
|
@import "bootstrap/state";
|
||
|
@import "bootstrap/type";
|
||
|
@import "bootstrap/modals";
|
||
|
|
||
|
// 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
|
||
|
@import "../../bower_components/bootstrap/scss/variables";
|