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:
@@ -54,7 +54,7 @@ It also shows that `link-hover-style` does not affect hyperlinks.
|
||||
|
||||
=== "link_hover_style.css"
|
||||
|
||||
```css hl_lines="2 6 10"
|
||||
```sass hl_lines="2 6 10"
|
||||
--8<-- "docs/examples/styles/link_hover_style.css"
|
||||
```
|
||||
|
||||
@@ -63,7 +63,7 @@ It also shows that `link-hover-style` does not affect hyperlinks.
|
||||
|
||||
## CSS
|
||||
|
||||
```css
|
||||
```sass
|
||||
link-hover-style: bold;
|
||||
link-hover-style: bold italic reverse;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user