From f7ea49c88717c0c15835c9024c84a95678836a30 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 11:38:01 +0530 Subject: refactor: refactors declarations --- examples/todo-list/style.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'examples/todo-list') diff --git a/examples/todo-list/style.css b/examples/todo-list/style.css index cda7003..66ec5f0 100644 --- a/examples/todo-list/style.css +++ b/examples/todo-list/style.css @@ -18,14 +18,6 @@ body * { box-sizing: border-box; } border-radius: 5px; overflow: hidden; - /* --my-func: */ - /* js-eval(get-var(--js)) */ - /* delay(1s) */ - /* call(--my-func, map(--js: get-var(--js))) */ - /* ; */ - /**/ - /* --cssx-on-mount: call(--my-func, map(--js: "console.log(`yay`)")); */ - --cssx-children: form#task-input-form #task-list; } -- cgit v1.3.1