1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00

Move .flex-grow-0

So it's grouped with the other flex properties
This commit is contained in:
simurai 2019-07-16 19:25:12 +09:00
parent bd4212e672
commit 9f4cf030a6

View File

@ -34,6 +34,7 @@
// Item
.flex#{$variant}-auto { flex: 1 1 auto !important; }
.flex#{$variant}-grow-0 { flex-grow: 0 !important; }
.flex#{$variant}-shrink-0 { flex-shrink: 0 !important; }
.flex#{$variant}-self-auto { align-self: auto !important; }
@ -49,8 +50,6 @@
flex-basis: 0;
}
.flex#{$variant}-grow-0 { flex-grow: 0 !important; }
.flex#{$variant}-order-none { order: inherit !important; }
.flex#{$variant}-order-1 { order: 1 !important; }
.flex#{$variant}-order-2 { order: 2 !important; }