diff options
| author | Mark Otto <[email protected]> | 2016-12-23 11:57:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-24 14:21:04 -0800 |
| commit | 574c3119f371c1c9024044e394fd5933d63dfeef (patch) | |
| tree | d4bd3a32dbc7a994d36e429fc466bf7638a27932 | |
| parent | 90aa8a28a28a60d14e747cb1afe0531ab7107db7 (diff) | |
| download | bootstrap-574c3119f371c1c9024044e394fd5933d63dfeef.tar.xz bootstrap-574c3119f371c1c9024044e394fd5933d63dfeef.zip | |
duplicate of the .flex-fill util
| -rw-r--r-- | scss/utilities/_flex.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/utilities/_flex.scss b/scss/utilities/_flex.scss index c9783c2c8..7eb01385e 100644 --- a/scss/utilities/_flex.scss +++ b/scss/utilities/_flex.scss @@ -60,9 +60,6 @@ .align-content#{$infix}-around { align-content: space-around !important; } .align-content#{$infix}-stretch { align-content: stretch !important; } - // Item - .flex#{$infix}-auto { flex: 1 1 auto !important; } - .align-self#{$infix}-auto { align-self: auto !important; } .align-self#{$infix}-start { align-self: flex-start !important; } .align-self#{$infix}-end { align-self: flex-end !important; } |
