0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-26 23:54:23 +01:00

Refactor to make import of utilities-map explicit in _mixins.scss

This commit is contained in:
Romaric Pascal 2023-02-24 10:30:42 +00:00
parent 046a74303f
commit 7298ae0fd6
2 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@
// Utilities
@import "mixins/utilities";
@import "mixins/utilities-map";
// Components
@import "mixins/backdrop";

View File

@ -95,5 +95,3 @@
}
}
}
@import "./utilities-map";