mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
update css and snippets
This commit is contained in:
parent
f7dac3f63a
commit
cbce3348f2
27 changed files with 200 additions and 176 deletions
|
|
@ -5,7 +5,7 @@ A source and effect is analogous to a signal and connection.
|
|||
|
||||
Effects are created using `effect()`.
|
||||
|
||||
```lua
|
||||
```luau
|
||||
local source = vide.source
|
||||
local effect = vide.effect
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ that source is updated.
|
|||
Derived sources are also tracked, it doesn't matter how deeply nested
|
||||
inside a function a source is.
|
||||
|
||||
```lua
|
||||
```luau
|
||||
local source = vide.source
|
||||
local effect = vide.effect
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue