Add missing border styles to Tailwind CSS #19112
eduardconstantin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Tailwind provides utilities for border-solid, border-dashed, border-double and border-dotted, but some CSS border styles are missing (e.g. groove, ridge, inset, outset). These are part of the CSS spec and could be useful in certain design contexts.
https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
Beta Was this translation helpful? Give feedback.
All reactions