mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 11:00:56 +02:00
Add more flex utilities
This commit is contained in:
@@ -12,9 +12,12 @@
|
|||||||
|
|
||||||
.flex#{$infix}-row { flex-direction: row !important; }
|
.flex#{$infix}-row { flex-direction: row !important; }
|
||||||
.flex#{$infix}-column { flex-direction: column !important; }
|
.flex#{$infix}-column { flex-direction: column !important; }
|
||||||
|
.flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }
|
||||||
|
.flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }
|
||||||
|
|
||||||
.flex#{$infix}-wrap { flex-wrap: wrap !important; }
|
.flex#{$infix}-wrap { flex-wrap: wrap !important; }
|
||||||
.flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
|
.flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
|
||||||
|
.flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }
|
||||||
|
|
||||||
.justify-content#{$infix}-start { justify-content: flex-start !important; }
|
.justify-content#{$infix}-start { justify-content: flex-start !important; }
|
||||||
.justify-content#{$infix}-end { justify-content: flex-end !important; }
|
.justify-content#{$infix}-end { justify-content: flex-end !important; }
|
||||||
|
Reference in New Issue
Block a user