Registry / utility / wellington-sass

wellington-sass

JSON →
library0.0.0-20160911051022-cab90b3986d6gogounverified

A Go library for compiling Sass/SCSS stylesheets.

go get github.com/wellington/sass
INSTALL
IMPORT
SIG · WELLINGTON-SASS
W
wellington-sass
utilitygov0.0.0-20160911051022-cab90b3986d6
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.

sass
github.com/wellington/sass

Compiles a simple SCSS string to CSS.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20160911051022-cab90b3986d6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
wellington-sass — go get wellington-sass · libregistry