3 lines
132 B
HTML
3 lines
132 B
HTML
{{ $style := resources.Get "scss/stack.scss" | css.Sass | resources.Minify }}
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|