mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix broken text in docs (#781)
* Add docs for CSS variables * Fix broken text
This commit is contained in:
@@ -425,7 +425,7 @@ If we decide we want to change some aspect of our design in the future, we only
|
|||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
|
|
||||||
Variables can only be used in the _values_ of a CSS declaration. You cannot, for example, refer to a variable insid ea
|
Variables can only be used in the _values_ of a CSS declaration. You cannot, for example, refer to a variable inside a selector.
|
||||||
|
|
||||||
Variables can refer to other variables.
|
Variables can refer to other variables.
|
||||||
Let's say we define a variable `$success: lime;`.
|
Let's say we define a variable `$success: lime;`.
|
||||||
|
|||||||
Reference in New Issue
Block a user