1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02: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

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";
}