Merge pull request #510 from superburrito/fix/include-height-in-pxtorem

Include height in postcss pxtorem config
This commit is contained in:
Alexander Shelepenok 2019-12-18 18:06:16 +03:00 committed by GitHub
commit 6f9319b405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ module.exports = [
propList: [ propList: [
'font', 'font',
'font-size', 'font-size',
'height',
'line-height', 'line-height',
'letter-spacing', 'letter-spacing',
'margin', 'margin',