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