Closed maxmilton closed 5 years ago
This is great, @MaxMilton. Thank you
I'm running into this same problem as well in https://github.com/zeit/next.js/issues/10273.
@jonathantneal Do you plan to release this fix?
It would be nice to see a release. I've been installing the package from my Github fork for almost a year now :grimacing:
Fixes #70 .
Passes a user defined parser to the
processor.process
options when running postcss for imported files. This allows for any non-standard syntax to be parsed correctly and added to the resulting AST correctly.The
postcss-import
plugin does this in a similar way: https://github.com/postcss/postcss-import/blob/master/lib/process-content.jsThis also fixes the following warning when using
@import
: