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 support #16

Closed NicoM1 closed 10 years ago

NicoM1 commented 10 years ago

Can this be made to work on .scss files? That would be really helpful:D (also pseudo-elements dont appear to get prefixed, like ::scrollbar)

mikaeljorhult commented 10 years ago

Unfortunately the Autoprefixer JavaScript library only works with CSS so this would be very hard to implement. If you're using Sass I would recommend using Autoprefixer through a task runner like Gulp or Grunt.

NicoM1 commented 10 years ago

Even for SCSS files? The only real difference is nesting...

On 2014-08-14, at 12:52 PM, Mikael Jorhult notifications@github.com wrote:

Unfortunately the Autoprefixer JavaScript library only works with CSS so this would be very hard to implement. If you're using Sass I would recommend using Autoprefixer through a task runner like Gulp or Grunt.

— Reply to this email directly or view it on GitHub.