diff options
| author | Mark Otto <[email protected]> | 2018-01-14 22:57:10 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-15 08:57:10 +0200 |
| commit | 14bd7d748939008947a635e87d0e50103a1ad8dd (patch) | |
| tree | ffe7351e9bb0735133cadfd5117124731ce409a4 | |
| parent | 0d110c8f91fa6baef5835d845b5ef7ce76defd04 (diff) | |
| download | bootstrap-14bd7d748939008947a635e87d0e50103a1ad8dd.tar.xz bootstrap-14bd7d748939008947a635e87d0e50103a1ad8dd.zip | |
Add display utilities to bootstrap-grid.scss (#25308)
| -rw-r--r-- | scss/bootstrap-grid.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 6fa30944b..58607c799 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -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"; |
