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:
@@ -45,7 +45,7 @@ Note that the second widget is hidden, while leaving a space where it would have
|
||||
|
||||
=== "visibility.css"
|
||||
|
||||
```css
|
||||
```sass
|
||||
--8<-- "docs/examples/styles/visibility.css"
|
||||
```
|
||||
|
||||
@@ -70,7 +70,7 @@ The containers all have a white background, and then:
|
||||
|
||||
=== "visibility_containers.css"
|
||||
|
||||
```css hl_lines="2-3 6 8-10 12-14 16-18"
|
||||
```sass hl_lines="2-3 6 8-10 12-14 16-18"
|
||||
--8<-- "docs/examples/styles/visibility_containers.css"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user