diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 19:26:23 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 19:26:23 +0530 |
| commit | e7d02fc16d4b814c44752a49bca5e7854fed719f (patch) | |
| tree | 875d77dd914048ef91f2880afaabc2e94eb3ca00 /examples/api | |
| parent | 6aec6197fbd916c2930813b46b07e726803993f0 (diff) | |
| download | css-everything-e7d02fc16d4b814c44752a49bca5e7854fed719f.tar.gz css-everything-e7d02fc16d4b814c44752a49bca5e7854fed719f.zip | |
feat: adds support for specifying element type
Diffstat (limited to 'examples/api')
| -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 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 { |
