mathias / boot-sassc

Sass compiler task for boot 2
Eclipse Public License 1.0
9 stars 8 forks source link

Add other output styles supported by SassC #10

Closed alesya-h closed 9 years ago

mathias commented 9 years ago

Is this based on the version of sassc you have, by chance? I have sassc 1.0.1 (That is, newer versions of sassc have more options for output styles?)

alesya-h commented 9 years ago

@mathias Yes. It's from 3.2.5, which I have installed.

mathias commented 9 years ago

Ok -- sounds like I really need to upgrade. In the future, it might be good to detect the options that are valid based on which version they have, but that is probably overkill. I'd rather just add this and have the sassc executable fail if it can't do the supported output style.

:+1: