From e7d02fc16d4b814c44752a49bca5e7854fed719f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 11 Aug 2023 19:26:23 +0530 Subject: feat: adds support for specifying element type --- examples/api/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/api/style.css') diff --git a/examples/api/style.css b/examples/api/style.css index c948f59..cdf4559 100644 --- a/examples/api/style.css +++ b/examples/api/style.css @@ -1,5 +1,5 @@ body { - --cssx-children: load-btn output-container; + --cssx-children: button#load-btn output-container; } #load-btn { -- cgit v1.3.1