Open jayvdb opened 5 years ago
On Windows the autoprefixer check is failing
prerequisite_check_command=('postcss', '--use', 'autoprefixer'), prerequisite_check_fail_message='Autoprefixer is not installed.')
The following runs on the command line without error
touch foo.css ./node_modules/.bin/postcss --use autoprefixer foo.css
On Windows the autoprefixer check is failing
The following runs on the command line without error