sass / ruby-sass

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

Allow inline // comments in the indented syntax #6

Closed nex3 closed 6 years ago

nex3 commented 6 years ago

From sass/sass#326:

Really butters my loins, or rankles my cankles, or whatever, when I attempt to do something like:

.foo
  bar: baz // explanation

and sass (in the .sass syntax) chokes on it.

This is honestly the only reason I prefer .scss.

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.