Highlight rule usage in references.

[skip ci]
This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 16:11:59 +00:00
parent a1b9d4b2c5
commit a3a452b674
30 changed files with 50 additions and 49 deletions

View File

@@ -29,7 +29,7 @@ Then, we set `min-width` individually on each placeholder.
=== "min_width.css"
```sass hl_lines="13"
```sass hl_lines="13 17 21 25"
--8<-- "docs/examples/styles/min_width.css"
```