fix sass deprecation
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}">
|
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range .Site.Params.custom_scss }}
|
{{ range .Site.Params.custom_scss }}
|
||||||
{{ $style := resources.Get . | resources.ToCSS }}
|
{{ $style := resources.Get . | css.Sass }}
|
||||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ `<!--[if lt IE 9]>
|
{{ `<!--[if lt IE 9]>
|
||||||
|
|||||||
Reference in New Issue
Block a user