From 06c577567e8f073c9ea9bf84ae5c3857f034c16f Mon Sep 17 00:00:00 2001 From: Ryan Johnson <10009758+ryjohnson09@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:12:49 -0500 Subject: [PATCH] Update formats.qmd typo css should be scss --- docs/extensions/formats.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/formats.qmd b/docs/extensions/formats.qmd index fd5577943..0e5eaa77c 100644 --- a/docs/extensions/formats.qmd +++ b/docs/extensions/formats.qmd @@ -93,7 +93,7 @@ contributes: The custom HTML format defined here is very simple. It takes the base `html` format, turns on the table of contents by default, and sets the theme as `yeti` along with a `custom.scss` file for additional customizations: -```{.css filename="_extensions/lexdoc/custom.css"} +```{.css filename="_extensions/lexdoc/custom.scss"} /*-- scss:defaults --*/ /* TODO: Customize appearance with SCSS variables */