hugo-toha/layouts/partials/helpers/get-sass-options.html
2023-01-06 15:38:12 -08:00

5 lines
No EOL
131 B
HTML

{{ return (dict
"outputStyle" "compressed"
"enableSourceMap" (not hugo.IsProduction)
"includePaths" "node_modules"
) }}