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
I'm categorizing this as a bug because Tailwind wants to have "modified" value (i.e. none) and a default value (auto) that can be used with hover for example. I believe it's on their docs somewhere but I couldn't find it In this case, there is the modified value (appearance-none) but not the default value (theoretically called appearance-auto). It's obviously quite trivial to do this via arbitrary values, but I also believe that it's a bug in Tailwind that should be fixed.
The text was updated successfully, but these errors were encountered:
quick007
changed the title
Missing apperance-none
Missing appearance-noneNov 11, 2023
What version of Tailwind CSS are you using?
3.3.5
What build tool (or framework if it abstracts the build tool) are you using?
CLI
What version of Node.js are you using?
18.2.1
What browser are you using?
For example: Chrome, Safari, or N/A
What operating system are you using?
Windows
Reproduction URL
https://play.tailwindcss.com/PxecKTGWVQ
Describe your issue
I'm categorizing this as a bug because Tailwind wants to have "modified" value (i.e. none) and a default value (auto) that can be used with hover for example. I believe it's on their docs somewhere but I couldn't find it In this case, there is the modified value (
appearance-none
) but not the default value (theoretically calledappearance-auto
). It's obviously quite trivial to do this via arbitrary values, but I also believe that it's a bug in Tailwind that should be fixed.The text was updated successfully, but these errors were encountered: