diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-10 22:45:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-10 22:45:00 +0530 |
| commit | e01cb693bc5737792e2b37abfd98d2d8f81bac4d (patch) | |
| tree | 894d367e14f5a7edac5a80fb7caf9f9a84727d1e /examples/api/style.css | |
| parent | 2102e7608b1b3634a651cb40508d2f560f3eeb05 (diff) | |
| download | css-everything-e01cb693bc5737792e2b37abfd98d2d8f81bac4d.tar.gz css-everything-e01cb693bc5737792e2b37abfd98d2d8f81bac4d.zip | |
feat: adds simple evaluator
Diffstat (limited to '')
| -rw-r--r-- | examples/api/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
