From e9d05dd97ddb7e092b0ee142e09c3688be8ae4b5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 7 Jan 2017 16:58:37 +0200 Subject: [PATCH] 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. --- source/scss/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/scss/style.scss b/source/scss/style.scss index ede5c69..ecae1fc 100644 --- a/source/scss/style.scss +++ b/source/scss/style.scss @@ -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';