Registry / utility / bep-golibsass

bep-golibsass

JSON →
library1.2.0gogounverified

Package golibsass provides a Go binding for the Libsass library to compile Sass/SCSS to CSS.

go get github.com/bep/golibsass
INSTALL
IMPORT
SIG · BEP-GOLIBSASS
B
bep-golibsass
utilitygov1.2.0
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.

golibsass
github.com/bep/golibsass

Compile SCSS to CSS

package main import ( "fmt" "github.com/bep/golibsass" ) func main() { result, err := golibsass.CompileString("body { color: red; }") if err != nil { panic(err) } fmt.Println(result.CSS) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
bep-golibsass — go get bep-golibsass · libregistry