sass / ruby-sass

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

Don't emit line breaks between selectors that were adjacent in the source #2

Closed nex3 closed 6 years ago

nex3 commented 6 years ago

From sass/sass#161:

https://gist.github.com/1182542

Sass adds line breaks that weren't in the source (seen on line 18 and 27) which breaks the visual grouping desired by the original author.

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.