Commit 574c3119 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

duplicate of the .flex-fill util

parent 90aa8a28
Showing with 0 additions and 3 deletions
+0 -3
......@@ -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; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment