evrone / postcss-px-to-viewport

A plugin for PostCSS that generates viewport units (vw, vh, vmin, vmax) from pixel units. The best choice to create a scalable interface on different displays by one design size.
https://evrone.com/postcss-px-viewport
MIT License
3k stars 405 forks source link

selectorBlackList won't take effect #15

Closed jiankafei closed 5 years ago

nikli2009 commented 5 years ago

not sure if the author still accept merging... @jiankafei I replace the selectorBlackList with filePathBlackList. so if you want to skip some files. you can do it using this prop. Repository Link

jiankafei commented 5 years ago

OK I'll try

chernobelenkiy commented 5 years ago

@jiankafei if you mean to exclude some source folders, then we've added PR with exclude option, thanks to @msidolphin You can check out this issue #8 for more information.