golang-github-wellington-go-libsass-dev - 0.9.2+git20181130.4ef5b9d-1 main

The only Sass compliant Go library! go-libsass is a wrapper to the
sass/libsass (http://github.com/sass/libsass) project.
.
Basic example:
.
buf := bytes.NewBufferString("div { p { color: red; } }")
if err != nil {
log.Fatal(err)
} comp, err := libsass.New(os.Stdout, buf) if err != nil {
log.Fatal(err)
}
.
if err := comp.Run(); err != nil {
log.Fatal(err)
}
.
Output:
.
div p {
color: red; }

Priority: optional
Section: devel
Suites: amber byzantium 
Maintainer: Debian Go Packaging Team <team+pkg-go [꩜] tracker.debian.org>
 
Homepage Source Package
 

Dependencies

Installed Size: 1.6 MB
Architectures: all 

 

Versions

0.9.2+git20181130.4ef5b9d-1 all