Closed redeemefy closed 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.
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 .
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?