jlitola/play-sass

better explanation of how to work with compass

Closed this issue · 1 comments

I am trying to use it with compass+susy+zurb-foundation but it thorws errors when I import foundation or susy ( http://susy.oddbird.net/ ) to sccs.

I use net.litola.SassPlugin.sassOptions := Seq("--compass", "-r", "compass", "-r", "zurb-foundation")

and it does not seem to work even for foundation

I think it is because I do not know how to configure play-sass right and because I am new to compass (I used to use LESS before and now switched to sass-comnpass as it is better), please provide detail explanation about compass configuration in play-sass

I fixed the problem on my side ( I put config in a wrong place) but anyway it would be nice to see a paragraph describing how to add compass libs to the config Seq