mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docs/guide/CSS.md
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -155,7 +155,7 @@ Here's the CSS file we are applying:
|
|||||||
--8<-- "docs/examples/guide/dom4.css"
|
--8<-- "docs/examples/guide/dom4.css"
|
||||||
```
|
```
|
||||||
|
|
||||||
The CSS contains a number of rules sets with a selector and a list of rules. You can also add comments with text between `/*` and `*/` which will be ignored by Textual. Add comments to leave yourself reminders or to temporarily disable selectors.
|
The CSS contains a number of rule sets with a selector and a list of rules. You can also add comments with text between `/*` and `*/` which will be ignored by Textual. Add comments to leave yourself reminders or to temporarily disable selectors.
|
||||||
|
|
||||||
With the CSS in place, the output looks very different:
|
With the CSS in place, the output looks very different:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user