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:
@@ -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