wellington / go-libsass

Go wrapper for libsass, the only Sass 3.5 compiler for Go
http://godoc.org/github.com/wellington/go-libsass
Apache License 2.0
205 stars 28 forks source link

added an example for how to use options with the compiler. #49

Closed monomadic closed 6 years ago

drewwells commented 7 years ago

looks good, except file.sass is actually scss. The include is sass and gets translated correctly by libSass

monomadic commented 7 years ago

fixed, changed the filenames around to scss. That happened because I wrote it in sass and then realised your other examples were scss - in addition to the other issue I filed recently I thought maybe playing it safe and using scss would be the better option, but left the file names in. Whoops!