summaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-13 18:46:16 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-13 18:56:10 +0530
commit78550c0d1c7037b17bdaa9413351b759b20772c0 (patch)
tree2fbef895d94698ec3ec20fe961493748c1a6f1c0 /TODO.norg
parent2f3de513168ac8a912e4b6540907492437a5f834 (diff)
downloadcss-everything-78550c0d1c7037b17bdaa9413351b759b20772c0.tar.gz
css-everything-78550c0d1c7037b17bdaa9413351b759b20772c0.zip
feat: adds conditionals
Diffstat (limited to 'TODO.norg')
-rw-r--r--TODO.norg4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.norg b/TODO.norg
index c3c3c25..2dc3b78 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -17,9 +17,9 @@
- (x) component system (with variables. `instance(button#my-btn)`)
- (x) More complex selector support for cssx-children
- (x) `add-element` & `remove-element`
- - ( ) conditionals
- - ( ) figure out how to manage element on change of css variables
+ - (x) conditionals
- ( ) children of instance must also be instantiated
+ - ( ) figure out how to manage element on change of css variables
- ( ) access an instance of component
- ( ) string concatenation
- ( ) `request` error handling