From f7ea49c88717c0c15835c9024c84a95678836a30 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 11:38:01 +0530 Subject: refactor: refactors declarations --- examples/form/signup.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'examples/form') diff --git a/examples/form/signup.css b/examples/form/signup.css index 2335334..5dfb8f6 100644 --- a/examples/form/signup.css +++ b/examples/form/signup.css @@ -39,7 +39,16 @@ remove-class(form, 'submitting') ; - --cssx-children: input#input-email input#input-password #actions #message; + --cssx-children: + input#input-email + input#input-password + #actions + h(#message[data-attr="wiow"], map(--wow: "wow"), + div#wow + div#yay + h(div#yay, map(--wow: "wow")) + ) + ; } #form.submitted #message::after { display: block; -- cgit v1.3.1