mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add display utilities to bootstrap-grid.scss (#25308)
This commit is contained in:
parent
0d110c8f91
commit
14bd7d7489
1 changed files with 1 additions and 4 deletions
5
scss/bootstrap-grid.scss
vendored
5
scss/bootstrap-grid.scss
vendored
|
@ -23,13 +23,10 @@ html {
|
|||
@import "functions";
|
||||
@import "variables";
|
||||
|
||||
//
|
||||
// Grid mixins
|
||||
//
|
||||
|
||||
@import "mixins/breakpoints";
|
||||
@import "mixins/grid-framework";
|
||||
@import "mixins/grid";
|
||||
|
||||
@import "grid";
|
||||
@import "utilities/display";
|
||||
@import "utilities/flex";
|
||||
|
|
Loading…
Reference in a new issue