CSS Autoprefixer:

postcss --use autoprefixer -o css/style-prefixed.css css/style.css --no-map

CSS minification:

postcss --use postcss-minify -o css/style-prefixed-min.css css\style-prefixed.css --no-map