From d448ee1722fc560662647fdd4e5dba0e9083f90b Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Mon, 20 Jun 2022 21:37:51 +0530 Subject: [PATCH] Fix typo 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 0dd05973..5c44ae59 100644 --- a/doc/THEMING.md +++ b/doc/THEMING.md @@ -60,7 +60,7 @@ body { ``` ## Derived Variables -In addition to simple substituion of variables in the stylesheet, it is also possible to instruct the build system to first produce a new value from the base variable value before the substitution. +In addition to simple substitution of variables in the stylesheet, it is also possible to instruct the build system to first produce a new value from the base variable value before the substitution. Such derived variables have the form `base_css_variable--operation-arg` and can be read as: apply `operation` to `base_css_variable` with argument `arg`.