Skip to content

Commit 06c5775

Browse files
authored
Update formats.qmd typo
css should be scss
1 parent 70414d8 commit 06c5775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/formats.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ contributes:
9393

9494
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:
9595

96-
```{.css filename="_extensions/lexdoc/custom.css"}
96+
```{.css filename="_extensions/lexdoc/custom.scss"}
9797
/*-- scss:defaults --*/
9898

9999
/* TODO: Customize appearance with SCSS variables */

0 commit comments

Comments
 (0)