Skip to content

Commit 335c1b1

Browse files
authored
Merge pull request tailwindlabs#573 from willemvb/patch-1
Update defaultConfig.stub.js
2 parents 7c9029a + 8dab134 commit 335c1b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defaultConfig.stub.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ module.exports = {
226226
'Liberation Mono',
227227
'Courier New',
228228
'monospace',
229-
]
229+
],
230230
},
231231

232232

@@ -496,7 +496,7 @@ module.exports = {
496496
'1/6': '16.66667%',
497497
'5/6': '83.33333%',
498498
'full': '100%',
499-
'screen': '100vw'
499+
'screen': '100vw',
500500
},
501501

502502

@@ -533,7 +533,7 @@ module.exports = {
533533
'48': '12rem',
534534
'64': '16rem',
535535
'full': '100%',
536-
'screen': '100vh'
536+
'screen': '100vh',
537537
},
538538

539539

@@ -574,7 +574,7 @@ module.exports = {
574574
minHeight: {
575575
'0': '0',
576576
'full': '100%',
577-
'screen': '100vh'
577+
'screen': '100vh',
578578
},
579579

580580

0 commit comments

Comments
 (0)