Values sections added to CSS properties docs

This commit is contained in:
Darren Burns
2022-08-30 11:49:11 +01:00
parent db216d1535
commit 92f15abc42
13 changed files with 121 additions and 99 deletions

View File

@@ -5,7 +5,7 @@ The `background` rule sets the background color of the widget.
## Syntax
```
background: COLOR [PERCENTAGE]
background: <COLOR> [<PERCENTAGE>];
```
## Example