diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 20:42:02 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 20:42:02 +0530 |
| commit | 695365fa359fb98f14d06c205159739077f67fed (patch) | |
| tree | 6b99fa9a2f18c30ab784f6f9890a409337c9dbf0 /examples/api/content.css | |
| parent | e7d02fc16d4b814c44752a49bca5e7854fed719f (diff) | |
| download | css-everything-695365fa359fb98f14d06c205159739077f67fed.tar.gz css-everything-695365fa359fb98f14d06c205159739077f67fed.zip | |
feat: complets form submit example
Diffstat (limited to '')
| -rw-r--r-- | examples/api/content.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/api/content.css b/examples/api/content.css deleted file mode 100644 index 5463ba2..0000000 --- a/examples/api/content.css +++ /dev/null @@ -1,26 +0,0 @@ - -#output-container-content { - padding: 0.5rem; - margin-top: 1rem; - border: 1px solid #888; - - --cssx-children: counter-text btn-increment; - --count: '0'; -} -#output-container-content::after { - content: "Loaded from external stylesheet"; -} - -#counter-text {} -#counter-text::after { content: var(--count) } - -#btn-increment { - display: inline-block; - border: 1px solid gray; - padding: 0.3rem 0.6rem; - font-size: 0.9rem; - cursor: pointer; - - --cssx-on-click: update(output-container-content, --count, '99'); -} -#btn-increment::after { content: "Increment" } |
