Запуск css плагинов postcss

Автопрефиксер css

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

Минификация css

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