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:
@@ -64,7 +64,7 @@ This examples shows three widgets with different border styles.
|
||||
|
||||
=== "border.css"
|
||||
|
||||
```css
|
||||
```sass
|
||||
--8<-- "docs/examples/styles/border.css"
|
||||
```
|
||||
|
||||
@@ -83,7 +83,7 @@ The next example shows a grid with all the available border types.
|
||||
|
||||
=== "border_all.css"
|
||||
|
||||
```css
|
||||
```sass
|
||||
--8<-- "docs/examples/styles/border_all.css"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user