aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-23 11:57:11 -0800
committerMark Otto <[email protected]>2016-12-24 14:21:04 -0800
commit574c3119f371c1c9024044e394fd5933d63dfeef (patch)
treed4bd3a32dbc7a994d36e429fc466bf7638a27932
parent90aa8a28a28a60d14e747cb1afe0531ab7107db7 (diff)
downloadbootstrap-574c3119f371c1c9024044e394fd5933d63dfeef.tar.xz
bootstrap-574c3119f371c1c9024044e394fd5933d63dfeef.zip
duplicate of the .flex-fill util
-rw-r--r--scss/utilities/_flex.scss3
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; }