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:
@@ -6,3 +6,7 @@
|
||||
@import "utilities/spacing";
|
||||
@import "utilities/text";
|
||||
@import "utilities/visibility";
|
||||
|
||||
@if $enable-flex and $enable-grid-classes {
|
||||
@import "utilities/flex";
|
||||
}
|
||||
|
Reference in New Issue
Block a user