mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Merge pull request #20417 from twbs/v4-flex-utils-docs
Import the flexbox utilities into the docs flex stylesheet
This commit is contained in:
commit
f41c4f6ef1
1 changed files with 10 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
|||
// Override for flexbox mode
|
||||
$enable-flex: true;
|
||||
|
||||
|
||||
//
|
||||
// Grid mixins
|
||||
//
|
||||
|
|
@ -21,4 +20,14 @@ $enable-flex: true;
|
|||
@import "mixins/grid-framework";
|
||||
@import "mixins/grid";
|
||||
|
||||
//
|
||||
// Utilities for flex alignment
|
||||
//
|
||||
|
||||
@import "utilities/flex";
|
||||
|
||||
//
|
||||
// Generate the grid class
|
||||
//
|
||||
|
||||
@import "grid";
|
||||
|
|
|
|||
Loading…
Reference in a new issue