I am trying to add prefixes using npm scripts.
here is the npm script that i am using
postcss --use autoprefixer prodapp/css/sass.css -d prodapp/css/
On their git hub page also they have shown the same command. https://github.com/postcss/autoprefixer#cli
This is the error i am getting
x Plugin Error: Cannot find module 'prodapp/css/sass.css'
Robc's suggestion worked for me. The correct script should follow the sequence as follows