-
Describe the problem:I am unable to reproduce the I saw this on Safari Version 13.0.5 (15608.5.11) and Chrome Version 85.0.4183.121 (Official Build) (64-bit). Also, should I be able to use Link to a minimal reproduction:I am using next.js, you can see a sample repository reproducing the issue here: https://github.com/JLHasson/repro-focus-within HTML/CSS definitions are here: https://github.com/JLHasson/repro-focus-within/blob/master/pages/index.js And here is a live running deployment of this reproducing code: https://repro-focus-within.vercel.app |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey @JLHasson
|
Beta Was this translation helpful? Give feedback.
-
Ah! I saw that section of the doc but didn't realize it was necessary for it to work. Why aren't things like |
Beta Was this translation helpful? Give feedback.
-
Can confirm that including it in the |
Beta Was this translation helpful? Give feedback.
Hey @JLHasson
At least in your reproduction repo, you just forgot to add the particular variants to your variants-object inside
tailwind.config.js
: