Unknown error from PostCSS plugin. Your current PostCSS version is 7.0.6, but postcss-sprites uses 5.2.18. Perhaps this is the source of the error below
[...]
Stack:
TypeError: postcss.decl is not a function
How can I deal with this error? Is it possible to resolve it with a downgrade? How? Thank you!
On my package.json I have:
and I got the error:
How can I deal with this error? Is it possible to resolve it with a downgrade? How? Thank you!