From 0cec98f15f2f38d5e74cd014cfce2dc72a56dc1b Mon Sep 17 00:00:00 2001 From: June Date: Thu, 25 Jan 2024 23:24:00 +0100 Subject: [PATCH] Add empty main.scss and just load that to start with a blank slate --- themes/ccchh/assets/scss/main.scss | 0 themes/ccchh/layouts/partials/head.html | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 themes/ccchh/assets/scss/main.scss diff --git a/themes/ccchh/assets/scss/main.scss b/themes/ccchh/assets/scss/main.scss new file mode 100644 index 0000000..e69de29 diff --git a/themes/ccchh/layouts/partials/head.html b/themes/ccchh/layouts/partials/head.html index 0cbca28..808227d 100644 --- a/themes/ccchh/layouts/partials/head.html +++ b/themes/ccchh/layouts/partials/head.html @@ -5,10 +5,7 @@ {{- partial "robots.html" . -}} - {{ with resources.Get "pico-1.5.11/scss/pico.scss" | toCSS $cssOptionsPico | minify | fingerprint -}} - - {{- end }} - {{ with resources.Get "sass/main.scss" | toCSS $cssOptionsMain | minify | fingerprint -}} + {{ with resources.Get "scss/main.scss" | toCSS $options | minify | fingerprint -}} {{- end }}