mikaeljorhult / brackets-autoprefixer

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

SASS and LESS support #29

Closed nicolo-ribaudo closed 9 years ago

nicolo-ribaudo commented 9 years ago

We can add prefixes in .scss and .less files by selecting all and clicking on Auto prefix selection, but Auto prefix on save doesn't work.

ChrisRast commented 9 years ago

Well, with Auto prefix selection and select all, it doesn't even work for me. Win8.1, Brackets 1 and Prefixer 0.5.16.

mikaeljorhult commented 9 years ago

Unfortunately the Autoprefixer JavaScript library only works with CSS (or SCSS without nesting) so this would be very hard to implement. If you're using SCSS or LESS I would recommend using Autoprefixer through a task runner like Gulp or Grunt at this time.