Back to Daily Feed 
`border-shape`: A New CSS Primitive for Custom Borders
Must Read
Originally published on Frontend Masters Blog
View Original Article
Share this article:
Summary & Key Takeaways
border-shapeis an upcoming CSS primitive.- It defines custom shapes for an element's border.
- This simplifies creating non-standard shapes like speech bubbles or hearts.
- It offers a native alternative to
clip-pathfor borders.
Our Commentary
border-shape! Finally! This is one of those CSS features that feels long overdue. clip-path has been a decent workaround, but a native primitive for custom borders will be a huge win for designers and developers alike. It's going to make complex UI elements so much easier to implement and maintain. I'm genuinely excited about this.
View Original Article
Share this article: