From da25e0da579da33dffddd16b9a564f358205c43b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 08:37:43 +0530 Subject: feat: string concatentation + quote --- examples/todo-list/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/todo-list/style.css b/examples/todo-list/style.css index cda7003..ed9875c 100644 --- a/examples/todo-list/style.css +++ b/examples/todo-list/style.css @@ -18,6 +18,10 @@ body * { box-sizing: border-box; } border-radius: 5px; overflow: hidden; + --some-str: "Hello"; + + --cssx-on-mount: js-eval(string("alert('", quotify(get-var(--some-str)), "')")); + /* --my-func: */ /* js-eval(get-var(--js)) */ /* delay(1s) */ -- cgit v1.3.1