language-hugo-vscode icon indicating copy to clipboard operation
language-hugo-vscode copied to clipboard

Not working inside <style> and <script>

Open Roffild opened this issue 2 years ago • 0 comments

<style>
{{ (resources.Get "style.scss" | toCSS).Content | safeCSS }}
</style>

<script>
{{- $js := resources.Get "script.ts" | js.Build (dict "sourcemap" "inline") -}}
{{ $js.Content | safeJS }}
</script>

Roffild avatar Apr 03 '22 14:04 Roffild