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

View File

@ -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`.