mikaeljorhult / brackets-autoprefixer

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

Request: Auto-prefix with Precompiler #57

Closed wkaskie closed 8 years ago

wkaskie commented 8 years ago

Hi,

I never write CSS anymore. This tool is fantastic, but I have to keep my scss and css files open to use it. I make my real changes, then make a fake change to CSS (add a space, remove a space) and save that to auto-prefix.

Without those extra steps, this would be PERFECT!

mikaeljorhult commented 8 years ago

@wkaskie: This feature is now in the master branch. Still got some testing before release but if you want to give it ago now please let me know if you run into any problems.

wkaskie commented 8 years ago

Fantastic! I will try it today!