silverstripe-webpack/site/src/scss/_bootstrap_variables.scss
Tony Air 50476d1002 API: automatic linting of JS and SCSS
+ yarn lint:check - to check code styling
+ yarn lint:fix - to fix code styling
2018-02-22 18:48:28 +07:00

10 lines
240 B
SCSS

// bootstrap minify bugfix:
$navbar-dark-toggler-icon-bg: none;
$navbar-light-toggler-icon-bg: none;
// IE > 9
$enable-flex: true;
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";