mikaeljorhult / brackets-autoprefixer

Brackets/Edge Code extension that parses CSS documents and add vendor prefixes automatically.
MIT License
191 stars 37 forks source link

Just a question #40

Closed redeemefy closed 9 years ago

redeemefy commented 9 years ago

I have Emmet install in brackets and I am planning to use Grunt in a project. Do I am going to have double prefixe in my code? prefixe from emmet and prefixe from autoprefixer when grunt compiles?

mikaeljorhult commented 9 years ago

The Autoprefixer package only add prefixes when needed and won't duplicate them. But if you're using Grunt for compiling your stylesheets I would setup Autoprefixer through Grunt. That way you have all your configuration in one place.

redeemefy commented 9 years ago

Thank you for the replay.

Respectfully Gilbert Díaz On May 10, 2015 9:06 AM, "Mikael Jorhult" notifications@github.com wrote:

The Autoprefixer package only add prefixes when needed and won't duplicate them. But if you're using Grunt for compiling your stylesheets I would setup Autoprefixer through Grunt https://github.com/postcss/autoprefixer#gulp. That way you have all your configuration in one place.

— Reply to this email directly or view it on GitHub https://github.com/mikaeljorhult/brackets-autoprefixer/issues/40#issuecomment-100646046 .