From 3f1d648b038fc93be501e0cac8101bd57b51039c Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 1 Sep 2021 17:20:14 -0400 Subject: [PATCH] Add support for custom scss --- layouts/_default/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 441619e..65c9227 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,6 +16,10 @@ {{ range .Site.Params.custom_css }} {{ end }} + {{ range .Site.Params.custom_scss }} + {{ $style := resources.Get . | resources.ToCSS }} + + {{ end }} {{ `