px2remplus
v1.0.1
Published
According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet
Downloads
3
Readme
px2remPlus
Just add a feature ignoring selector, the original one px2rem seems like no longer maintaned.
Usage
same as before.
https://github.com/songsiqi/px2rem
except adding ignoring selector
//config
options: {
remUnit: 100,
ignoreSelector: 'cube' // new feature
}
the selector will be ignored if the css selector includes the ignoreSelector string you give.