passy / autoprefixer-loader

Webpack loader for autoprefixer
MIT License
217 stars 25 forks source link

Do not override Autoprefixer defaults #3

Closed ai closed 10 years ago

ai commented 10 years ago

You set you own defaults. It is not a best idea. Just set autoprefixer(nil) to get Autoprefixer’s defaults.

ai commented 10 years ago

@passy also you can just call autoprefixer(browsers) instead of autoprefixer.apply(autoprefixer, browsers)

passy commented 10 years ago

Thanks, @ai! I'm quite busy at the moment, so I can't promise when I'll be able to address that. If you know anyone who'd like to take this module over, please let me know. :)

ai commented 10 years ago

@passy out company decide to use WebPack as default asset processing tool. So I want to support this project :).

ai commented 10 years ago

Should we move it into my account? It will show to users, that autoprefixer-loader is supported official from Autoprefixer author.

avanderhoorn commented 10 years ago

What's happening here. +1 vote for shifting over to @ai. Much better for things to stay up to date.