You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an input group, the button styles do not display the Preset classes applied. Note that this is working on the Astro docs, but not in a real world SvelteKit project. Which might imply there's a precedence issue that only occurs during the final build process.
Ran through this a bit, it seems like some of the properties for the preset and .input-group in forms.css are overlapping, and this "race condition" is resolved differently in Astro docs and a real world project.
@phamduylong that was my guess as well. I'm still not entirely happy with how the input groups are handled so leave this one to me. I'll try to revise before launch. Otherwise we might delay this feature to ensure I have proper time to implement breaking changes.
Current Behavior
When creating an input group, the button styles do not display the Preset classes applied. Note that this is working on the Astro docs, but not in a real world SvelteKit project. Which might imply there's a precedence issue that only occurs during the final build process.
Expected Behavior
You should be free to style the buttons however you wish.
Steps To Reproduce
Link to Reproduction / Stackblitz
No response
More Information
Docs: https://next.skeleton.dev/docs/tailwind/forms#groups
The text was updated successfully, but these errors were encountered: