Skip to content
Sections
>> Trisquel >> Balíky >> nabia >> devel >> golang-github-wellington-go-libsass-dev
nabia  ] [  aramo  ]

Balík: golang-github-wellington-go-libsass-dev (0.9.2+git20181130.4ef5b9d-1)

Go wrapper for libsass, the only Sass 3.5 compiler for Go

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; }

Ostatné balíky súvisiace s balíkom golang-github-wellington-go-libsass-dev

  • závisí
  • odporúča
  • navrhuje

Stiahnuť golang-github-wellington-go-libsass-dev

Stiahnuť pre všetky dostupné architektúry
Architektúra Veľkosť balíka Nainštalovaná veľkosť Súbory
all 251.5 kB1584 kB [zoznam súborov]