when using postcss-plugin-px2rem, I wanna exclude a folder named picker. According to the documents I read, I Code as follow:
exclude: /(picker)/,
It works. But i have a confuse. What if there are two folders named picker, and they're in different paths, like 'src/components/picker' and 'src/modules/page/components/picker', and I wanna exclude only one of them. How should I code? Can the plugin handle these situations?
This will work
/src\\components\\picker/