diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 19:25:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 19:25:17 +0530 |
| commit | 6aec6197fbd916c2930813b46b07e726803993f0 (patch) | |
| tree | 2166acaa80cc3ae358b4abb4e20d51546f2438af /examples/api/style.css | |
| parent | 952256ae8bf5514a246db8f33bef207f5747b138 (diff) | |
| download | css-everything-6aec6197fbd916c2930813b46b07e726803993f0.tar.gz css-everything-6aec6197fbd916c2930813b46b07e726803993f0.zip | |
refactor: minor refactor
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 81eada1..c948f59 100644 --- a/examples/api/style.css +++ b/examples/api/style.css @@ -15,7 +15,7 @@ body { load-cssx(output-container-content, './content.css') remove-class(output-container, 'loading') remove-class(load-btn, 'loading') - delay('50') + delay(0.7s) js-eval('alert("Loaded page")') ; } |
