mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-14 16:27:04 +01:00
9 lines
272 B
SCSS
9 lines
272 B
SCSS
|
// ie9 is minimum supported by Bootstrap v4 and it doesn't support flexbox
|
||
|
$enable-flex: false;
|
||
|
$enable-grid-classes: true;
|
||
|
|
||
|
// optional: import local styles first
|
||
|
@import 'source/scss/main.scss';
|
||
|
|
||
|
@import 'node_modules/bootstrap/scss/bootstrap.scss';
|