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,
|
red: colors.rose,
|
||||||
yellow: colors.amber
|
yellow: colors.amber
|
||||||
},
|
},
|
||||||
extend: {}
|
extend: {
|
||||||
|
spacing: {
|
||||||
|
128: '32rem',
|
||||||
|
192: '48rem',
|
||||||
|
256: '64rem'
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
extend: {
|
extend: {
|
||||||
|
Loading…
Reference in New Issue
Block a user