mirror of
https://github.com/primer/css.git
synced 2024-12-11 11:16:04 +03:00
Format
This commit is contained in:
parent
4529a10998
commit
0c8a7bea10
@ -32,9 +32,9 @@
|
||||
.flex#{$variant}-content-stretch { align-content: stretch !important; }
|
||||
|
||||
// Item
|
||||
.flex#{$variant}-1 { flex: 1 !important; }
|
||||
.flex#{$variant}-auto { flex: auto !important; }
|
||||
.flex#{$variant}-grow-0 { flex-grow: 0 !important; }
|
||||
.flex#{$variant}-1 { flex: 1 !important; }
|
||||
.flex#{$variant}-auto { flex: 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; }
|
||||
|
Loading…
Reference in New Issue
Block a user