forked from mystiq/hydrogen-web
Better sentence structure
Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
This commit is contained in:
parent
d448ee1722
commit
b9f316e7c3
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ It is possible give aliases to variables in the `theme.css` file:
|
||||||
--icon-color: var(--background-color-secondary--darker-40);
|
--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=
|
```css=
|
||||||
div {
|
div {
|
||||||
background: var(--icon-color--darker-20);
|
background: var(--icon-color--darker-20);
|
||||||
|
|
Loading…
Reference in a new issue