Merge pull request #573 from willemvb/patch-1

Update defaultConfig.stub.js
This commit is contained in:
Adam Wathan 2018-10-12 07:27:15 +10:30 committed by GitHub
commit 335c1b1f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ module.exports = {
'Liberation Mono',
'Courier New',
'monospace',
]
],
},
@ -496,7 +496,7 @@ module.exports = {
'1/6': '16.66667%',
'5/6': '83.33333%',
'full': '100%',
'screen': '100vw'
'screen': '100vw',
},
@ -533,7 +533,7 @@ module.exports = {
'48': '12rem',
'64': '16rem',
'full': '100%',
'screen': '100vh'
'screen': '100vh',
},
@ -574,7 +574,7 @@ module.exports = {
minHeight: {
'0': '0',
'full': '100%',
'screen': '100vh'
'screen': '100vh',
},