bdkjones / CodeKit2

CodeKit 2 Beta
97 stars 4 forks source link

Wrong output styles #540

Closed Chrisriis closed 9 years ago

Chrisriis commented 9 years ago

When I choose "Compact" or "Expanded" as the output style, it returns "Nested"? The "Compressed" style and debug info works as expected though. I got the newest version of Sass and have tried the "shift-start" trick without any luck. I also use the newest version of CodeKit on Yosemite.

I haven't tried to reinstall Codekit yet in case someone knows a quick fix etc.

Anyone else experiencing this issue?

a-dg commented 9 years ago

Yes, using LibSass, "Compact" comes out as nested. The standard Ruby compiler works for me, as do the other output styles using LibSass.

bdkjones commented 9 years ago

This is because Libsass currently does not support other output styles. The upcoming 3.2 release of Libsass implements them.