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:
@@ -31,7 +31,7 @@ This example shows, from top to bottom: `left`, `center`, `right`, and `justify`
|
||||
|
||||
=== "text_align.css"
|
||||
|
||||
```css hl_lines="2 7 12 17"
|
||||
```sass hl_lines="2 7 12 17"
|
||||
--8<-- "docs/examples/styles/text_align.css"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user