locomotivecms / wagon

Wagon is a command line tool that let's you develop for Locomotive right on your local machine.
https://www.locomotivecms.com
MIT License
188 stars 117 forks source link

Autoprefixer as dependency in package.json #377

Open marthings opened 5 years ago

marthings commented 5 years ago

When creating a new project with wagon autoprefixer is added and required in postcss.config.js. However if one want to use browserslistsrc or browserslist in package.json autoprefixer must be added as a dependency. Would be nice if autoprefixer was added from start since it´s kinda confusing that autoprefixer is working but not together with browserslist as is.