mdb-ui-kit/scss/variables/_bootstrap.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";