diff options
Diffstat (limited to 'docs/recipies.md')
| -rw-r--r-- | docs/recipies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/recipies.md b/docs/recipies.md index 133f69f..c034ca4 100644 --- a/docs/recipies.md +++ b/docs/recipies.md @@ -49,7 +49,7 @@ NOTE: Try to avoid doing this. Please refer to [./security.md](./security.md) fo ```css #my-element { --cssx-on-mount: update(--random, '0'); - --cssx-on-update: delay(500ms) update(--random, js-expr('Math.random()')); + --cssx-on-update: delay(500ms) update(--random, js-eval('Math.random()')); } #my-element::after { |
