From b9f316e7c3d712ffb7bc119ba4c4c4044bfc9f24 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Mon, 20 Jun 2022 21:38:14 +0530 Subject: [PATCH] Better sentence structure Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com> --- doc/THEMING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/THEMING.md b/doc/THEMING.md index 5c44ae59..b463598f 100644 --- a/doc/THEMING.md +++ b/doc/THEMING.md @@ -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);