sass / ruby-sass

The original, now deprecated Ruby implementation of Sass
https://sass-lang.com
MIT License
183 stars 38 forks source link

`--sourcemap=auto` should be `--sourcemap auto` #19

Closed nex3 closed 6 years ago

nex3 commented 6 years ago

From https://github.com/sass/sass/issues/1321:

In Sass v.4.0.rc.1, the new --sourcemap option needs to specify its value with =. But other options such as --style or --default-encoding specify its value with space. This seems a bit confusing to users and 3rd party tools. I think --sourcemap option should specify its value with space like other options.

nex3 commented 6 years ago

I'm closing this issue as "on ice" because Ruby Sass is deprecated and no additional features are planned for it.