Use the dartsass transpiler
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{{ $resource := resources.ExecuteAsTemplate $href (or $page dict) . }}
|
||||
|
||||
{{ if $sass }}
|
||||
{{ $resource = $resource | toCSS (dict "enableSourceMap" $enablesourcemap "includePaths" $includepaths "outputStyle" $outputstyle) }}
|
||||
{{ $resource = $resource | toCSS (dict "enableSourceMap" $enablesourcemap "includePaths" $includepaths "outputStyle" $outputstyle "transpiler" "dartsass") }}
|
||||
{{ end }}
|
||||
|
||||
{{ $resource = $resource | minify | fingerprint }}
|
||||
|
Reference in New Issue
Block a user