svelte-reactive-css-preprocess icon indicating copy to clipboard operation
svelte-reactive-css-preprocess copied to clipboard

Automatically update your styles when a svelte variable changes.

Results 1 svelte-reactive-css-preprocess issues
Sort by recently updated
recently updated
newest added

In the readme.md you have this line `export let size = 200` You probably meant `export let sizepx = 200`, otherwise the `var(--sizepx)` make no sense