4 lignes
190 B
HTML
4 lignes
190 B
HTML
|
{{ $sass := resources.Get "sass/style.scss" | resources.ToCSS }}
|
||
|
{{ $bundle := (slice $sass) | resources.Concat "css/bundle.css" }}
|
||
|
|
||
|
<link rel="stylesheet" href="{{ $bundle.RelPermalink }}">
|