Registry / utility / wellington-go-libsass

wellington-go-libsass

JSON →
library0.9.2gogounverified

Go bindings for libsass, a C/C++ implementation of a Sass CSS preprocessor.

go get github.com/wellington/go-libsass
INSTALL
IMPORT
SIG · WELLINGTON-GO-LIBS
W
wellington-go-libsass
utilitygov0.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libsass
github.com/wellington/go-libsass

Creates a new libsass compiler instance.

package main import ( "fmt" "github.com/wellington/go-libsass" ) func main() { compiler := libsass.New() fmt.Println(compiler) }
Debug
Known issues
gotchaRequires libsass C library to be installed on the system.
fix
Install libsass development headers (e.g., libsass-dev on Debian/Ubuntu).
affects: all
Upgrade
Version history
0.9.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
wellington-go-libsass — go get wellington-go-libsass · libregistry