mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add .flex-1 utility.
This commit is contained in:
parent
2d41a67b29
commit
8b214a6229
@ -59,6 +59,9 @@ export default function() {
|
||||
'justify-around': {
|
||||
'justify-content': 'space-around',
|
||||
},
|
||||
'flex-1': {
|
||||
'flex': '1'
|
||||
},
|
||||
'flex-auto': {
|
||||
'flex': 'auto',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user