From e01cb693bc5737792e2b37abfd98d2d8f81bac4d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 10 Aug 2023 22:45:00 +0530 Subject: feat: adds simple evaluator --- examples/api/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/api/style.css b/examples/api/style.css index ad1dff9..d1be912 100644 --- a/examples/api/style.css +++ b/examples/api/style.css @@ -5,7 +5,7 @@ body { #load-btn { --cssx-on-click: add-class(load-btn, 'loading') - get(url('./more-style.css')) + get('./more-style.css') add-class(load-btn, 'hidden'); } #load-btn.loading { -- cgit v1.3.1