postcss-pxtorem
postcss-pxtorem copied to clipboard
fix #61 exclude option
+1
+1 I spent the whole afternoon debugging this bug. I found this PR when I was about to modify the source code.
When exclude is a function filePath.match(exclude) always returns null , then all files be excluded
Could you write a unit test to support this change?
+1