Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize CSS selectors #179

Open
MarkusJohansen opened this issue Sep 19, 2024 · 0 comments
Open

Optimize CSS selectors #179

MarkusJohansen opened this issue Sep 19, 2024 · 0 comments

Comments

@MarkusJohansen
Copy link
Owner

MarkusJohansen commented Sep 19, 2024

Is your feature request related to a problem? Please describe.
To ensure ZERO overlap between element selectors, we dont want to use for example <input> tags, but rather ` and so on. This will minimize unintended collisions of styles and unintentional element styling. Input tags are just an example. We will have to check all of our element styling to ensure this change is complete.

This will also solve the problem of many currently unsupported elements, like color input, to be "usable" (not horribly misstyled) even without support.

Describe the solution you'd like
To solve the issue of without declared types having no style, we can use input:not([type]) selector instead.

Repository owner deleted a comment Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant