godartsass icon indicating copy to clipboard operation
godartsass copied to clipboard

Go API backed by the native Dart Sass Embedded executable.

Results 5 godartsass issues
Sort by recently updated
recently updated
newest added

I tried to use sass-embedded in Hugo with the following code: ```go {{ $options := (dict "transpiler" "dartsass" "targetPath" "assets/css/main.css" "outputStyle" "compressed" "omitSourceMap" false "sourceMapEmbed" false "sourceMap" false "enableSourceMap" false...

The following returns `Unexpected EOF` no matter the indented sass input. Is this a bug, or am I going about this incorrectly? ``` import ( "log" "os" "github.com/bep/godartsass/v2" ) func...

See https://github.com/sass/dart-sass/issues/2001

bug

Hi, we are using godartsass in [Corteza](https://github.com/cortezaproject/corteza). It works as expected in a Debian based image. But while trying to setup a distroless based image with a nonroot user godartsass...

See c58f924a2f2629406722f9696f0edb1c7f38c8e8

bug
upstream