Update docs/guide/CSS.md

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-08-25 10:30:22 +01:00
committed by GitHub
parent df2d12510a
commit a15cb4413d

View File

@@ -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: