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" . -}}

diff --git a/themes/vanilla b/themes/vanilla index 2beded7..c5c5740 160000 --- a/themes/vanilla +++ b/themes/vanilla @@ -1 +1 @@ -Subproject commit 2beded7c1450961def3aaff25ab02734dc2b1186 +Subproject commit c5c57405b038a5b94c71b595fa010a59450a8e97