Compass / compass

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
http://compass-style.org
Other
6.72k stars 1.18k forks source link

line spacing #262

Closed ghost closed 13 years ago

ghost commented 13 years ago

Hi, someone probably already asked thsi question, but after a bit of reasearch I haven't come to the solution yet. is there a way to get rid of the line spaces between rules (for the output css) without having to nest elements one in another?

I mean, I get this: .crowns_baron { background: url('/images/crowns.png?1296421758') 0 -27px; }

.crowns_count { background: url('/images/crowns.png?1296421758') 0 -55px; }

.crowns_count { background: url('/images/crowns.png?1296421758') 0 -55px; }

insead of this: .crowns_baron { background: url('/images/crowns.png?1296421758') 0 -27px; } .crowns_count { background: url('/images/crowns.png?1296421758') 0 -55px; } .crowns_count { background: url('/images/crowns.png?1296421758') 0 -55px; }

thanks in advanced

ghost commented 13 years ago

ah, it looks in :compact mode for some reason...

I just want it to be without space, e.g. this is a css rule this is another css rule

and not this is a css rule

this is another css rule

chriseppstein commented 13 years ago

That would be a Sass concern, can you file an issue over there?