uberall / grails-asset-autoprefixer

Grails plugin for autoprefixing assets
Apache License 2.0
1 stars 1 forks source link

Support for Sass/SCSS #2

Closed rlovtangen closed 9 years ago

rlovtangen commented 9 years ago

The plugin works with LESS files but not with Sass/SCSS files. Any chance to get prefixing to apply to Sass/SCSS as well? Or if prefixing could apply to the resulting CSS from sass-asset-pipeline.

rlovtangen commented 9 years ago

(Twitter) Bootstrap is moving from LESS to Sass in v4 and has already (v3.2) dropped vendor prefixes in favour of adding autoprefixer to the build process. So Sass-support would be really great.

peh commented 9 years ago

thanks to @davydotcom and his quick fix on https://github.com/uberall/autoprefixer-asset-pipeline/pull/1 it should now work released with version 1.3.0

can you check it please?

rlovtangen commented 9 years ago

Wow, OSS FTW! I upgraded to 1.3.0 in my example project at https://github.com/rlovtangen/asset-prefixer-sass and it seems to work fine. Thanks!

peh commented 9 years ago

Cool. thank you for testing it! Yeah this proofs how nice OSS works :)