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

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',