NEXT: checkboxes specific style rule not included #2765
-
Beta Was this translation helpful? Give feedback.
Answered by
endigo9740
Jul 17, 2024
Replies: 1 comment 2 replies
-
@SIMULATAN it's not yet indicated on the v3 docs yet, but form elements have the same prerequisite of Tailwind's Form plugin described here in Skeleton v2. This acts as a reset to normalize the styles before our custom styles are applied: https://www.skeleton.dev/elements/forms#install-the-forms-plugin If you could please confirm this resolves the issue for you, and we'll aim to get this information added to the doc site. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SIMULATAN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@SIMULATAN it's not yet indicated on the v3 docs yet, but form elements have the same prerequisite of Tailwind's Form plugin described here in Skeleton v2. This acts as a reset to normalize the styles before our custom styles are applied:
https://www.skeleton.dev/elements/forms#install-the-forms-plugin
If you could please confirm this resolves the issue for you, and we'll aim to get this information added to the doc site.