Closed nicolo-ribaudo closed 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.
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.
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.