summaryrefslogtreecommitdiff
path: root/TODO.norg
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 /TODO.norg
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 'TODO.norg')
-rw-r--r--TODO.norg6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.norg b/TODO.norg
index cd74df4..5148115 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -15,9 +15,9 @@
- (x) `selector` parsing
- (x) `map` data structure
- (x) component system (with variables. `instance(button#my-btn)`)
- - ( ) instance access
- - ( ) More complex selector support for cssx-children
- - ( ) `add-element` & `remove-element`
+ - (x) More complex selector support for cssx-children
+ - (x) `add-element` & `remove-element`
+ - ( ) access an instance of component
- ( ) string concatenation
- ( ) `request` error handling
- ( ) keyboard events