From a7e20804f5fe68dff7b71f3065f60e2147d633ba Mon Sep 17 00:00:00 2001 From: Sam Stokes <me@samstokes.co.uk> Date: Tue, 05 Dec 2023 02:18:47 +0000 Subject: [PATCH] feat: Support space-delimited tags in `FrontMatter` transformer (#620) --- quartz/styles/custom.scss | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index b908314..b0c09dc 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1 +1,3 @@ +@use "./base.scss"; + // put your custom CSS here! -- Gitblit v1.10.0