全部搜索项
buster  ] [  bullseye  ]
[ 源代码: golang-github-wellington-go-libsass  ]

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

golang-github-wellington-go-libsass-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 golang-github-wellington-go-libsass

维护小组:

外部的资源:

相似软件包:

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

其他与 golang-github-wellington-go-libsass-dev 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 golang-github-wellington-go-libsass-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 264.0 kB1,584.0 kB [文件列表]