focus:shadow-outline isnt present in tailwind #3668
Unanswered
rockwellll
asked this question in
Help
Replies: 1 comment
-
Hey! If you're using Tailwind CSS v2.0, the Here's the part of the Upgrading to Tailwind CSS v2.0 guide that is relevant. Hope it helps 👍 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so i have a basic tailwind installation and configured. Everything seems to work fine.
Except when i try to do
focus:outline-none
it doesn't work. I also cannot see it in the generated css file. Any ideas why?this basic code
= f.email_field :email, :class => "p-2 rounded-lg focus:outline-none mt-1 focus:shadow-outline"
in fact, it isnt working this way
Beta Was this translation helpful? Give feedback.
All reactions