aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-11 19:25:17 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-11 19:25:17 +0530
commit6aec6197fbd916c2930813b46b07e726803993f0 (patch)
tree2166acaa80cc3ae358b4abb4e20d51546f2438af /TODO.norg
parent952256ae8bf5514a246db8f33bef207f5747b138 (diff)
downloadcss-everything-6aec6197fbd916c2930813b46b07e726803993f0.tar.gz
css-everything-6aec6197fbd916c2930813b46b07e726803993f0.zip
refactor: minor refactor
Diffstat (limited to '')
-rw-r--r--TODO.norg6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.norg b/TODO.norg
index 6ec8df2..f85a80f 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -3,8 +3,10 @@
- (x) `load-cssx` functions
- (x) `get-variable`
- (x) `update-variable`
- - ( ) Use css units for `delay` function
+ - (x) Use css units for `delay` function
+ - ( ) Specify node type - `button(id)` or `button#id`
+ - ( ) `--cssx-attr-*` for attributes
+ - ( ) `--cssx-text` (and maybe `--cssx-html`?)
- ( ) Improve error messages
- - ( ) Specify node type + attributes
- ( ) Evaluate `calc`?
- ( ) `list` & `tuple` data structures?