-
Notifications
You must be signed in to change notification settings - Fork 24
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
box-shadow wrong convertion #1
Comments
Closed
Thanks, that would be useful. Same as this #2 |
There are many possibilities for box-shadow in the tailwind default value. Considering some uncontrollable factors, it is not included in the preset, but the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you type a box-shadow in CSS. For example:
box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
It turns into:
[box-shadow:inset_0_2px_4px_0_rgb(0_0_0_/_0.05)]
It should be:
shadow-inner
The text was updated successfully, but these errors were encountered: