diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 19:22:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 19:22:39 +0530 |
| commit | 4a8e3d204c6b05bc65b9317196e5415077a98aa1 (patch) | |
| tree | 77426487d91976d31167b356d3848d49e06a3905 /docs/recipies.md | |
| parent | 6868d1af5f7d102c8384a7430e97d987c0976af1 (diff) | |
| download | css-everything-4a8e3d204c6b05bc65b9317196e5415077a98aa1.tar.gz css-everything-4a8e3d204c6b05bc65b9317196e5415077a98aa1.zip | |
docs: more docs
Diffstat (limited to '')
| -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 { |
