-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Great plugin, instantly makes stuff look better! 👏 However, I encountered a small issue that I wanted to bring to your attention.
Description
When implementing the corner-smoothing plugin with Tailwind CSS, I encountered visual artifacts where:
- Box shadows disappear when smooth corner classes are applied
- Borders break/disconnect along the smooth corners
Expected Behavior
- Box shadows should remain visible and properly rendered around the smooth corners
- Borders should maintain their continuity along the smoothed corners
Current Behavior
- Box shadows are not visible when smooth corner classes are applied
- Borders show breaks/disconnects at the corner curves
Steps to Reproduce
- Install and configure the corner-smoothing plugin as per documentation
- Apply smooth corner classes to an element with box-shadow and border
<div class="smooth-corners shadow-lg border">
Content
</div>
Observe that the shadow disappears and borders break at cornersReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed