wszystkie opcje
buster  ] [  bullseye  ]
[ Pakiet źródłowy: golang-github-wellington-go-libsass  ]

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

Odnośniki dla golang-github-wellington-go-libsass-dev

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego golang-github-wellington-go-libsass:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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

Inne pakiety związane z golang-github-wellington-go-libsass-dev

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie golang-github-wellington-go-libsass-dev

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 264,0 KiB1 584,0 KiB [lista plików]