PostCSS 7 conflicts
henryruhs opened this issue · 5 comments
Hello,
are you sure that "postcss": "^7.0.2"
is absolutely needed? It causes other PostCSS plugins to fail that still need PostCSS 6 - therefore I had to downgrade your plugin.
Best regards
Henry
PostCSS 7 plugins will work with PostCSS 6 runtime and other PostCSS 6 other plugins.
PostCSS 7 had no AST changes.
I think it is just the error. Open an issue and post error message with a full stack trace and input CSS.
@redaxmedia I am not a maintainer of this project :-P
And anyway you need start from posting full stack trace of error. Maybe we don’t need to run a project to find the source (stack trace is the best way to find error).
Thanks for reporting this error. I believe this is resolved in v7.0.2 407c33c.
Thank you, seems to be working now!