mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove content-stretch utility
No browser support, doesn't make sense, gtfo. Closes #199.
This commit is contained in:
parent
0a5a05f1cd
commit
45adfa32fc
@ -3180,10 +3180,6 @@ button,
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
.content-stretch {
|
||||
align-content: stretch;
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
@ -5930,10 +5926,6 @@ button,
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
.sm\:content-stretch {
|
||||
align-content: stretch;
|
||||
}
|
||||
|
||||
.sm\:flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
@ -8681,10 +8673,6 @@ button,
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
.md\:content-stretch {
|
||||
align-content: stretch;
|
||||
}
|
||||
|
||||
.md\:flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
@ -11432,10 +11420,6 @@ button,
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
.lg\:content-stretch {
|
||||
align-content: stretch;
|
||||
}
|
||||
|
||||
.lg\:flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
@ -14183,10 +14167,6 @@ button,
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
.xl\:content-stretch {
|
||||
align-content: stretch;
|
||||
}
|
||||
|
||||
.xl\:flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@ -89,9 +89,6 @@ export default function() {
|
||||
'content-around': {
|
||||
'align-content': 'space-around',
|
||||
},
|
||||
'content-stretch': {
|
||||
'align-content': 'stretch',
|
||||
},
|
||||
'flex-1': {
|
||||
'flex': '1'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user