Include theme min height

This commit is contained in:
Gustavo Lelis 2020-04-21 12:44:54 -03:00 committed by James A. Petts
parent ad6b592a37
commit 61f10f024a

View File

@ -375,11 +375,12 @@ module.exports = {
full: '100%',
...breakpoints(theme('screens')),
}),
minHeight: {
minHeight: (theme) => ({
...theme('spacing'),
'0': '0',
full: '100%',
screen: '100vh',
},
}),
minWidth: (theme) => ({
...theme('spacing'),
'0': '0',