2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Move the conditional statement back to the file because nested imports aren't supported in Sass

This commit is contained in:
Mark Otto
2016-02-06 01:29:51 -08:00
parent 0de7321bbb
commit 7b7cf221cd
2 changed files with 20 additions and 21 deletions
+1 -4
View File
@@ -6,7 +6,4 @@
@import "utilities/spacing";
@import "utilities/text";
@import "utilities/visibility";
@if $enable-flex and $enable-grid-classes {
@import "utilities/flex";
}
@import "utilities/flex";