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

Conditionally include the flex utils in the import stack and reduce to a single query

This commit is contained in:
Mark Otto
2016-02-06 00:58:19 -08:00
parent f50dedaaaf
commit 044716ed4a
2 changed files with 16 additions and 22 deletions
+4
View File
@@ -6,3 +6,7 @@
@import "utilities/spacing";
@import "utilities/text";
@import "utilities/visibility";
@if $enable-flex and $enable-grid-classes {
@import "utilities/flex";
}