I was trying this plugin for the first time, and I ran into an error. Even if I don't call the strip() function in my code, I still receive the same error messages (3 times to be precise):
Unknown error from PostCSS plugin. Your current PostCSS version is 7.0.14, but postcss-strip uses 4.1.16. Perhaps this is the source of the error below.
css.eachDecl is not a function
I was trying this plugin for the first time, and I ran into an error. Even if I don't call the
strip()
function in my code, I still receive the same error messages (3 times to be precise):This is how I'm calling it in my
gulpfile.js
: