Update keys, lowercase value
This commit is contained in:
parent
d40f7cfaa5
commit
b9d33ada04
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ module.exports = {
|
||||||
'5': '#8795a1',
|
'5': '#8795a1',
|
||||||
'6': '#3d4852',
|
'6': '#3d4852',
|
||||||
},
|
},
|
||||||
'transparent': 'transparent',
|
transparent: 'transparent',
|
||||||
'white': '#FFF',
|
white: '#fff',
|
||||||
},
|
},
|
||||||
extend: {
|
extend: {
|
||||||
fontSize: {
|
fontSize: {
|
||||||
|
|
Reference in a new issue