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',
|
||||
'6': '#3d4852',
|
||||
},
|
||||
'transparent': 'transparent',
|
||||
'white': '#FFF',
|
||||
transparent: 'transparent',
|
||||
white: '#fff',
|
||||
},
|
||||
extend: {
|
||||
fontSize: {
|
||||
|
|
Reference in a new issue