diff --git a/layouts/shortcodes/donate_css.html b/layouts/shortcodes/donate_css.html index 157d639..87f2b2c 100644 --- a/layouts/shortcodes/donate_css.html +++ b/layouts/shortcodes/donate_css.html @@ -1,2 +1,2 @@ -{{ $style := resources.Get "scss/donate.scss" | resources.ToCSS | resources.Minify }} +{{ $style := resources.Get "scss/donate.scss" | css.Sass | resources.Minify }} diff --git a/layouts/shortcodes/gmachine_css.html b/layouts/shortcodes/gmachine_css.html index 5540266..ed92ef6 100644 --- a/layouts/shortcodes/gmachine_css.html +++ b/layouts/shortcodes/gmachine_css.html @@ -1,2 +1,2 @@ -{{ $style := resources.Get "scss/gmachine.scss" | resources.ToCSS | resources.Minify }} +{{ $style := resources.Get "scss/gmachine.scss" | css.Sass | resources.Minify }} diff --git a/layouts/shortcodes/stack_css.html b/layouts/shortcodes/stack_css.html index 715d3b2..46ffd63 100644 --- a/layouts/shortcodes/stack_css.html +++ b/layouts/shortcodes/stack_css.html @@ -1,2 +1,2 @@ -{{ $style := resources.Get "scss/stack.scss" | resources.ToCSS | resources.Minify }} +{{ $style := resources.Get "scss/stack.scss" | css.Sass | resources.Minify }} diff --git a/layouts/thevoid/baseof.html b/layouts/thevoid/baseof.html index 91efa1d..3850676 100644 --- a/layouts/thevoid/baseof.html +++ b/layouts/thevoid/baseof.html @@ -3,7 +3,7 @@ {{- partial "head.html" . -}}
- {{ $voidcss := resources.Get "scss/thevoid.scss" | resources.ToCSS | resources.Minify }} + {{ $voidcss := resources.Get "scss/thevoid.scss" | css.Sass | resources.Minify }} {{- partial "header.html" . -}}