Better sentence structure

Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
This commit is contained in:
R Midhun Suresh 2022-06-20 21:38:14 +05:30 committed by RMidhunSuresh
parent d448ee1722
commit b9f316e7c3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ It is possible give aliases to variables in the `theme.css` file:
--icon-color: var(--background-color-secondary--darker-40);
}
```
It is possible to derive from these aliased variables:
It is possible to further derive from these aliased variables:
```css=
div {
background: var(--icon-color--darker-20);