Remove trailing commas
This commit is contained in:
parent
9dd7fac599
commit
abd4f6169e
|
@ -5,16 +5,17 @@ module.exports = {
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
inherit: 'inherit',
|
inherit: 'inherit'
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
mono: ['Roboto Mono', ...fontFamily.mono],
|
mono: ['Roboto Mono', ...fontFamily.mono]
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
'2px': '2px',
|
'2px': '2px'
|
||||||
},
|
},
|
||||||
borderWidth: {
|
borderWidth: {
|
||||||
3: '3px',
|
3: '3px'
|
||||||
|
},
|
||||||
width: {
|
width: {
|
||||||
96: '24rem'
|
96: '24rem'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue