Remove trailing commas

This commit is contained in:
Oliver Davies 2019-05-31 13:19:46 +01:00
parent 9dd7fac599
commit abd4f6169e

View file

@ -5,16 +5,17 @@ module.exports = {
theme: {
extend: {
colors: {
inherit: 'inherit',
inherit: 'inherit'
},
fontFamily: {
mono: ['Roboto Mono', ...fontFamily.mono],
mono: ['Roboto Mono', ...fontFamily.mono]
},
spacing: {
'2px': '2px',
'2px': '2px'
},
borderWidth: {
3: '3px',
3: '3px'
},
width: {
96: '24rem'
}