init
This commit is contained in:
4
layouts/partials/scss.html
Normal file
4
layouts/partials/scss.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ $sass := resources.Get "sass/style.scss" | resources.ToCSS }}
|
||||
{{ $bundle := (slice $sass) | resources.Concat "css/bundle.css" }}
|
||||
|
||||
<link rel="stylesheet" href="{{ $bundle.RelPermalink }}">
|
||||
Reference in New Issue
Block a user