mirror of
https://github.com/primer/css.git
synced 2025-01-01 18:53:34 +03:00
Remove .flex-item-equal
This commit is contained in:
parent
b64b119019
commit
4fe0cf3b3f
@ -44,12 +44,6 @@
|
||||
.flex#{$variant}-self-baseline { align-self: baseline !important; }
|
||||
.flex#{$variant}-self-stretch { align-self: stretch !important; }
|
||||
|
||||
// TODO@14.0.0: delete .flex-item-equal
|
||||
.flex#{$variant}-item-equal {
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
}
|
||||
|
||||
.flex#{$variant}-order-1 { order: 1 !important; }
|
||||
.flex#{$variant}-order-2 { order: 2 !important; }
|
||||
.flex#{$variant}-order-none { order: inherit !important; }
|
||||
|
Loading…
Reference in New Issue
Block a user