add additional spacing tailwind classes
This commit is contained in:
		| @@ -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: { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user