Style all Textual CSS as 'sass'

Textual CSS is better highlighted in SASS code blocks because the SASS parser seems to be more lenient.
This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 11:20:04 +00:00
parent 40cbbc31b8
commit 196d430582
52 changed files with 79 additions and 79 deletions

View File

@@ -35,7 +35,7 @@ terminal window.
=== "scrollbar_gutter.css"
```scss hl_lines="2"
```sass hl_lines="2"
--8<-- "docs/examples/styles/scrollbar_gutter.css"
```