Add missing trailing zeros

This commit is contained in:
Brandon 2019-04-23 03:49:07 -05:00 committed by GitHub
parent e9b4014131
commit 520188a5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,8 +204,8 @@ module.exports = {
loose: 2,
},
letterSpacing: {
tighter: '-.05em',
tight: '-.025em',
tighter: '-0.05em',
tight: '-0.025em',
normal: '0',
wide: '0.025em',
wider: '0.05em',