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

📋 Port of @tailwindcss/forms for UnoCSS.

Results 2 unocss-preset-forms issues
Sort by recently updated
recently updated
newest added

minor issue but the auto import gives `import { presetForms } from "@julr/unocss-preset-forms/index";` instead of `import { presetForms } from "@julr/unocss-preset-forms";`. repro: 1. have no import statement. 2. install "@julr/unocss-preset-forms";...

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...