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

refactor: limit attribute rules to input element #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sabbaticaldev
Copy link

Currently the rules for styling the inputs are too broad and may conflict with web components that use props named type or mutiple. This PR address this issue by using :where to select only inputs without change the specificity.

@Julien-R44
Copy link
Owner

Thanks

Since unocss-preset-forms is a dumb port of the tailwind library, let's wait until tailwindlabs/tailwindcss-forms#159 is merged before making the same changes

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

Successfully merging this pull request may close these issues.

2 participants