aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-25 08:37:43 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-25 08:37:43 +0530
commitda25e0da579da33dffddd16b9a564f358205c43b (patch)
treebf9c9986a9f03ed5c745d9b32a032bd2c7501a2c /TODO.norg
parent6e0f7c0a66117ea458c61bf18c4a721d90523448 (diff)
downloadcss-everything-da25e0da579da33dffddd16b9a564f358205c43b.tar.gz
css-everything-da25e0da579da33dffddd16b9a564f358205c43b.zip
feat: string concatentation + quote
Diffstat (limited to '')
-rw-r--r--TODO.norg5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.norg b/TODO.norg
index ba5412d..59fadbf 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -1,11 +1,12 @@
* Now
- (x) Documentation
- - ( ) string concatenation/interpolation
+ - (x) string concatenation/interpolation
+ - (x) some way to de-quotify values?
+ - (x) re-quotify value
- ( ) analog + digital clock example
- ( ) `--cssx-use-properties: --parent-prop;` to trigger nested property update
- ( ) Update `--cssx-text` on update
- ( ) FFI interface to declare functions
- - ( ) some way to de-quotify values?
- ( ) `has-class`
- ( ) `add-class` & `remove-class` should use self if id is not specified?