gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

Fix for unquoting of sass arguments required for sass 3.4.0+ #152

Closed meinaart closed 10 years ago

meinaart commented 10 years ago

For this to work my pull request for dargs need to be merged first: https://github.com/sindresorhus/dargs/pull/9

It enabled users to unquote arguments to sass. grunt-contrib-sass 0.8.0 and higher do not work correctly with sass 3.4.0 and higher due to quoting. This at least occurs under Linux and OSX.

With my fix arguments are unquoted by default. They can be set to quoted for older sass versions.

meinaart commented 10 years ago

This fixes (amongst other things) the sourcemap argument.