source/scss/style.scss: Remove unused variables

Flexbox is enabled in Bootstrap v4 Aplha 6 by default and has no
fallback so these variables are unnecessary.
This commit is contained in:
Alan Orth 2017-01-07 16:58:37 +02:00
parent 859ce04e0c
commit e9d05dd97d
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
// 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';