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
206 stars 28 forks source link

SassOptionSetSourceMapEmbed bug fix #69

Closed SVyatoslavG closed 5 years ago

SVyatoslavG commented 5 years ago

Fixed bug when libs.SassOptionSetSourceMapEmbed was being ignored, did not generate embed css map when using libsass with buffer.

drewwells commented 5 years ago

thanks!