keegnotrub / coda-sass-plugin

A plug-in for Panic's Coda 2 that converts scss files into css files.
https://github.com/keegnotrub/coda-sass-plugin
82 stars 9 forks source link

Closing brace on new line #11

Closed juanfra closed 9 years ago

juanfra commented 10 years ago

Hey there!

Great plugin, the only problem I find is that using the Nested Output style I get the closing brace for each class beside the last property instead of a new line.

Also, I'm used to do tabbing to have a nested code and the plugin uses two blank spaces.

Have you thought about adding some options to configure this in the future?

screen shot 2014-07-25 at 12 54 15 pm screen shot 2014-07-25 at 12 54 32 pm

Thanks, Juan.

keegnotrub commented 10 years ago

Thanks for the feedback @juanfraa - unfortunately the library used to compile the sass (libsass) only supports the two modes (nested and compressed) - see https://github.com/sass/libsass/issues/233.

Until that changes (someone is willing to pick up and work on that feature) I won't be able to add it here. I'll leave this ticket open however to track the status of their progress.

juanfra commented 10 years ago

Awesome, thanks for responding @keegnotrub - Let's wait then :)

keegnotrub commented 9 years ago

@juanfraa this should now be available in the latest release

https://github.com/keegnotrub/coda-sass-plugin/releases/tag/v3.1.0

juanfra commented 9 years ago

Awesome! you rock @keegnotrub! Thanks.