mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -34,7 +34,7 @@ In this example we modify the size of the widget's scrollbar to be _much_ larger
|
||||
|
||||
=== "scrollbar_size.css"
|
||||
|
||||
```css hl_lines="13"
|
||||
```sass hl_lines="13"
|
||||
--8<-- "docs/examples/styles/scrollbar_size.css"
|
||||
```
|
||||
|
||||
@@ -53,7 +53,7 @@ In the next example we show three containers with differently sized scrollbars.
|
||||
|
||||
=== "scrollbar_size2.css"
|
||||
|
||||
```css hl_lines="6 11 16"
|
||||
```sass hl_lines="6 11 16"
|
||||
--8<-- "docs/examples/styles/scrollbar_size2.css"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user