Remove trailing commas
This commit is contained in:
parent
9dd7fac599
commit
abd4f6169e
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue