aboutsummaryrefslogtreecommitdiff
path: root/examples/counter
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-13 17:05:06 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-13 17:05:06 +0530
commite4d70a54e97551f974a04379817e8baf152fa8d3 (patch)
tree2b2ce59a654e7e50f2ba945ccfe6e494e07e8449 /examples/counter
parentc327a1dfc40b834b31c3488020859223f3583b4c (diff)
downloadcss-everything-e4d70a54e97551f974a04379817e8baf152fa8d3.tar.gz
css-everything-e4d70a54e97551f974a04379817e8baf152fa8d3.zip
feat: adds applying css properties for instances + adds --cssx-text eval + fixes issues
Diffstat (limited to 'examples/counter')
-rw-r--r--examples/counter/style.css1
1 files changed, 0 insertions, 1 deletions
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 {