mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 00:52:19 +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:
parent
859ce04e0c
commit
e9d05dd97d
@ -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
|
// optional: import local styles first
|
||||||
@import 'source/scss/main';
|
@import 'source/scss/main';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user