add additional spacing tailwind classes

This commit is contained in:
shibao 2022-02-05 14:18:27 -05:00
parent 1cda610fbf
commit 4e3292f60b
1 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,13 @@ module.exports = {
red: colors.rose,
yellow: colors.amber
},
extend: {}
extend: {
spacing: {
128: '32rem',
192: '48rem',
256: '64rem'
}
}
},
variants: {
extend: {