forked from shibao/cannery
add additional spacing tailwind classes
This commit is contained in:
parent
1cda610fbf
commit
4e3292f60b
@ -22,7 +22,13 @@ module.exports = {
|
||||
red: colors.rose,
|
||||
yellow: colors.amber
|
||||
},
|
||||
extend: {}
|
||||
extend: {
|
||||
spacing: {
|
||||
128: '32rem',
|
||||
192: '48rem',
|
||||
256: '64rem'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {
|
||||
extend: {
|
||||
|
Loading…
Reference in New Issue
Block a user