1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 09:47:05 +01:00

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

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';