godartsass
godartsass copied to clipboard
Go API backed by the native Dart Sass Embedded executable.
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
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