Hi, I'm new to postcss and I have a problem with a grunt.js that, using postcss+autoprefixer should prefix css but it doesn't.
Trying to find out the cause I ended to simply run:
npm i -D postcss postcss-cli
and then:
npx postcss
and it returns only:
Unexpected identifier
Please, what could I do to better debug this issue?
Hi, I'm new to postcss and I have a problem with a grunt.js that, using postcss+autoprefixer should prefix css but it doesn't.
Trying to find out the cause I ended to simply run:
npm i -D postcss postcss-cliand then:
npx postcssand it returns only:
Unexpected identifierPlease, what could I do to better debug this issue?