From e4d70a54e97551f974a04379817e8baf152fa8d3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 13 Aug 2023 17:05:06 +0530 Subject: feat: adds applying css properties for instances + adds --cssx-text eval + fixes issues --- examples/counter/style.css | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/counter/style.css b/examples/counter/style.css index b60785f..b193f23 100644 --- a/examples/counter/style.css +++ b/examples/counter/style.css @@ -1,6 +1,5 @@ body { --cssx-children: container todo-container; - --cssx-on-load: js(console.log('what have we done?!')); } #container { -- cgit v1.3.1