jpablobr/css2sass

Add 'Conversion Styles'

Closed this issue · 1 comments

Although not an issue per se, it would be nice to be able to choose a conversion (or compilation) style.

I usually create my rules in single line ("compact" style in Sass):

.selector { property:value; property2:value; property3:value; }

It'd be nice if the converter could keep this format.

Great tool and Thanks for creating it.

This is related to #4.