drone-hugo-extended-demo/layouts/partials/scss.html
Florian Brinker fd8ffcbbfd init
2019-11-13 00:20:46 +01:00

4 řádky
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 }}">