cuth / gulp-pxtorem

A Gulp plugin for pxtorem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclude properties

BlizzzArt opened this issue · comments

Has any feature to exclude the propertie? For example "line-height" for vertical align in a element. I need only 'px' because line-height in rem not make vertical align in the element with height in px

commented

any news about this issue?

I've update with PR #4 and now you can use propList option like this ['*', '!line-height'].

https://github.com/cuth/postcss-pxtorem