fix: use explicit space characters instead of underscores (#94)

This commit is contained in:
Luyu Cheng
2021-03-07 14:55:32 +08:00
committed by GitHub
parent cd28494768
commit a02333f85c
4 changed files with 36 additions and 30 deletions

View File

@@ -8,6 +8,12 @@ module.exports = {
colors: {
'blue-gray': colors.blueGray,
},
transitionDuration: {
0: '0ms',
},
padding: {
0.8: '0.2rem',
},
},
borderRadius: {
large: '0.75rem',