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
We are experiencing a style conflict when using Nextra with TailwindCSS. Specifically, Nextra's focus-visible styles are causing unexpected styling issues.
Steps to Reproduce
Create a new project using Nextra.
Add TailwindCSS to the project.
Add code for Menu.
Example
The dropdown menu items styled with TailwindCSS are being overridden/merged by Nextra's styles, resulting in an unwanted outline, ring, or border:
Description
We are experiencing a style conflict when using Nextra with TailwindCSS. Specifically, Nextra's focus-visible styles are causing unexpected styling issues.
Steps to Reproduce
Example
The dropdown menu items styled with TailwindCSS are being overridden/merged by Nextra's styles, resulting in an unwanted outline, ring, or border:
For instance, this is Nextra's focus style:
Code
menu.tsx
menu.mdx
util
The text was updated successfully, but these errors were encountered: