mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02:00
Move the conditional statement back to the file because nested imports aren't supported in Sass
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user