mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
fix: use explicit space characters instead of underscores (#94)
This commit is contained in:
@@ -8,6 +8,12 @@ module.exports = {
|
||||
colors: {
|
||||
'blue-gray': colors.blueGray,
|
||||
},
|
||||
transitionDuration: {
|
||||
0: '0ms',
|
||||
},
|
||||
padding: {
|
||||
0.8: '0.2rem',
|
||||
},
|
||||
},
|
||||
borderRadius: {
|
||||
large: '0.75rem',
|
||||
|
||||
Reference in New Issue
Block a user