We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d59189 commit f636720Copy full SHA for f636720
hugo.toml
@@ -10,3 +10,4 @@ weight = 1
10
[params.hugopress.modules.debugger.hooks.body-end]
11
12
[params.debugger]
13
+sass_transpiler = "dartsass"
layouts/partials/debugger/assets/css.html
@@ -1,5 +1,6 @@
1
{{- $opts := dict
2
"targetPath" "css/debugger.css"
3
+ "transpiler" (default "dartsass" site.Params.debugger.sass_transpiler)
4
}}
5
{{- $css := resources.Get "mods/debugger/scss/index.scss" | toCSS $opts }}
6
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
0 commit comments