diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 10:02:27 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 10:02:27 +0530 |
| commit | 2f99128e354e5c5334094f072767164c8e4fbd2f (patch) | |
| tree | 60d563381a9583b8c6f70728780132aa684bca98 /examples/todo-list/style.css | |
| parent | e5844314314709dfd2806019aa5d522189129497 (diff) | |
| download | css-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.tar.gz css-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.zip | |
feat: adds clock example
Diffstat (limited to 'examples/todo-list/style.css')
| -rw-r--r-- | examples/todo-list/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/todo-list/style.css b/examples/todo-list/style.css index ed9875c..cda7003 100644 --- a/examples/todo-list/style.css +++ b/examples/todo-list/style.css @@ -18,10 +18,6 @@ body * { box-sizing: border-box; } border-radius: 5px; overflow: hidden; - --some-str: "Hello"; - - --cssx-on-mount: js-eval(string("alert('", quotify(get-var(--some-str)), "')")); - /* --my-func: */ /* js-eval(get-var(--js)) */ /* delay(1s) */ |
