lincolnloop / generator-frigate

Yeoman generator for webapp development with React, webpack hot reloading, es6 (babel), sass, karma and BrowserSync as a development server/proxy.
44 stars 4 forks source link

Autoprefixer issue #26

Closed mightym closed 9 years ago

mightym commented 9 years ago

Running ​node-sass​ on a directory will not output anything so autoprefixer does nothing. And also autoprefixer’s CLI is now deprecated. This uses the recommended postcss-cli

mlouro commented 9 years ago

Awesome! thanks @mightym