Fix broken text in docs (#781)

* Add docs for CSS variables

* Fix broken text
This commit is contained in:
darrenburns
2022-09-15 13:55:33 +01:00
committed by GitHub
parent 1e9ebf0c73
commit e2ff19e1f3

View File

@@ -425,7 +425,7 @@ If we decide we want to change some aspect of our design in the future, we only
!!! 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.
Let's say we define a variable `$success: lime;`.