diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 12:14:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 12:14:42 +0530 |
| commit | ca0737e393bbf5c45f688593bbfaf41079a66784 (patch) | |
| tree | f3de7e5ce2bbd022fabd50db23bd54a240a89735 /examples/form/signup.css | |
| parent | f7ea49c88717c0c15835c9024c84a95678836a30 (diff) | |
| download | css-everything-ca0737e393bbf5c45f688593bbfaf41079a66784.tar.gz css-everything-ca0737e393bbf5c45f688593bbfaf41079a66784.zip | |
feat: h expressions for declaring elements
Diffstat (limited to 'examples/form/signup.css')
| -rw-r--r-- | examples/form/signup.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/form/signup.css b/examples/form/signup.css index 5dfb8f6..ee0c2c1 100644 --- a/examples/form/signup.css +++ b/examples/form/signup.css @@ -43,11 +43,6 @@ input#input-email input#input-password #actions - h(#message[data-attr="wiow"], map(--wow: "wow"), - div#wow - div#yay - h(div#yay, map(--wow: "wow")) - ) ; } #form.submitted #message::after { |
