forked from mystiq/hydrogen-web
Fix typo
Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
This commit is contained in:
parent
da87470996
commit
d448ee1722
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue