Skip to content

Commit 520188a

Browse files
authored
Add missing trailing zeros
1 parent e9b4014 commit 520188a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/defaultConfig.stub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ module.exports = {
204204
loose: 2,
205205
},
206206
letterSpacing: {
207-
tighter: '-.05em',
208-
tight: '-.025em',
207+
tighter: '-0.05em',
208+
tight: '-0.025em',
209209
normal: '0',
210210
wide: '0.025em',
211211
wider: '0.05em',

0 commit comments

Comments
 (0)