unocss-preset-forms icon indicating copy to clipboard operation
unocss-preset-forms copied to clipboard

refactor: limit attribute rules to input element

Open sabbaticaldev opened this issue 8 months ago • 0 comments

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.

sabbaticaldev avatar Jun 11 '24 14:06 sabbaticaldev