将弃用的resources.ToCSS改为css.Sass
This commit is contained in:
parent
edc90d2ebf
commit
bc2f9e80fe
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- the Moments style css file -->
|
||||
{{ $style := resources.Get "style-refractored.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
||||
{{ $style := resources.Get "style-refractored.scss" | css.Sass | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
|
||||
<!-- fancybox css (js in the end before the body closing tag) -->
|
||||
|
|
Loading…
Add table
Reference in a new issue