Replies: 2 comments
-
Up vote |
Beta Was this translation helpful? Give feedback.
0 replies
-
I understand that you are looking for support for outline-style: auto in Tailwind CSS. According to a discussion on GitHub, it seems that this feature is not currently supported by Tailwind CSS 1. However, you can use the outline-none utility to hide the default browser outline on focused elements and apply your own focus styling for accessibility 2. american honda finance |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Tailwind doesn't support
outline-style: auto
, which is useful for showing a "native" browser focus ring. Support for this underoutline-auto
would be awesome, and I imagine it shouldn't be too complex to add.Beta Was this translation helpful? Give feedback.
All reactions