-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shadow
not found... but it's listed as an alternative
#216
Comments
shadow
not foundshadow
not found... but it's listed as an alternative
Hey there, Check out this change that was made in Tailwind. You'll need to add an item with the key name of For example: To use // tailwind.config.js
borderWidth: {
DEFAULT: "1px",
"md": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
}, I think I may need to adjust the suggestion in this case, I don't think it should be recommending the shadow class as being available. Could you share you tailwind.config? or at least the |
Shadow classes actually still need to be updated to tailwind v2. Missed those somehow #224 |
Fixed the suggestions in v2.0.7 - cheers |
When upgrading to
2.0.2
and building our app, I get this:Unless there's something funky going on I need to fix? It seems odd though.
The text was updated successfully, but these errors were encountered: