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

libsass has been deprecated #86

Open drewwells opened 1 year ago

drewwells commented 1 year ago

libsass has been replaced by dartSass. As a result, we no longer track fully maintained libraries. I can look for dart transpilers but this may be the end of the go wrapper for sass. A pure implementation of sass compiler to go is out of scope.

drewwells commented 1 year ago

It doesn't look like Golang can import dart code. All I have found is Dart calling Go via cgo.

drewwells commented 1 year ago

I recommend people look at this option https://github.com/bep/godartsass