mikaeljorhult / brackets-autoprefixer

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

Support Less #31

Closed Hunteros closed 9 years ago

Hunteros commented 9 years ago

Please, autoprefix on .less archives.

nicolo-ribaudo commented 9 years ago

In issue #29, @mikealjorhult recomended to use Autoprefixer through a task runner like Gulp or Grunt. (Because the Autoprefixer library doesn't support sass and less files)

mikaeljorhult commented 9 years ago

As @nicolo-ribaudo already stated - the Autoprefixer JavaScript library don't have support for LESS och Sass so this isn't on the roadmap right now. If you want to use a CSS preprocessor I recommend using a task runner.