Small fixes

This commit is contained in:
Darren Burns
2022-08-19 10:21:23 +01:00
parent 6ce6dc76f8
commit 2fbafe8322
3 changed files with 9 additions and 9 deletions

View File

@@ -30,10 +30,10 @@ Outlines may also be set individually with the `outline-top`, `outline-right`, `
```
outline: [<COLOR>] [<BORDER VALUE>];
outline-top: <COLOR>] [<BORDER VALUE>];
outline-right: <COLOR>] [<BORDER VALUE>];
outline-bottom: <COLOR>] [<BORDER VALUE>];
outline-left: <COLOR>] [<BORDER VALUE>];
outline-top: [<COLOR>] [<BORDER VALUE>];
outline-right: [<COLOR>] [<BORDER VALUE>];
outline-bottom: [<COLOR>] [<BORDER VALUE>];
outline-left: [<COLOR>] [<BORDER VALUE>];
```
## Example