Include theme min height
This commit is contained in:
parent
ad6b592a37
commit
61f10f024a
@ -375,11 +375,12 @@ module.exports = {
|
|||||||
full: '100%',
|
full: '100%',
|
||||||
...breakpoints(theme('screens')),
|
...breakpoints(theme('screens')),
|
||||||
}),
|
}),
|
||||||
minHeight: {
|
minHeight: (theme) => ({
|
||||||
|
...theme('spacing'),
|
||||||
'0': '0',
|
'0': '0',
|
||||||
full: '100%',
|
full: '100%',
|
||||||
screen: '100vh',
|
screen: '100vh',
|
||||||
},
|
}),
|
||||||
minWidth: (theme) => ({
|
minWidth: (theme) => ({
|
||||||
...theme('spacing'),
|
...theme('spacing'),
|
||||||
'0': '0',
|
'0': '0',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user