2016-08-28 15:21:39 +02:00
|
|
|
// 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
|
2017-01-08 14:54:34 +01:00
|
|
|
@import 'source/scss/main';
|
2016-08-28 15:21:39 +02:00
|
|
|
|
2016-11-16 11:00:21 +01:00
|
|
|
// selectively import components we need from font-awesome
|
|
|
|
// see: node_modules/font-awesome/scss/font-awesome.scss
|
2017-01-08 14:54:34 +01:00
|
|
|
@import 'source/scss/font-awesome';
|
2016-09-21 07:29:27 +02:00
|
|
|
|
|
|
|
// selectively import components we need from bootstrap
|
|
|
|
// see: node_modules/bootstrap/scss/bootstrap.scss
|
2017-01-08 14:54:34 +01:00
|
|
|
@import 'source/scss/bootstrap';
|