We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the page https://tailwindcss.com/docs/box-shadow the API table shows following classes:
… shadow-black | --tw-shadow-color var(--color-black); /* #000 */ shadow-white | --tw-shadow-color var(--color-white); /* #fff */ … inset-shadow-black | --tw-inset-shadow-color var(--color-black); /* #000 */ inset-shadow-white | --tw-inset-shadow-color var(--color-white); /* #fff */ … ring-black | --tw-ring-color: var(--color-black); /* #000 */ ring-white | --tw-ring-color: var(--color-white); /* #fff */ … ring-black | --tw-inset-ring-color: var(--color-black); /* #000 */ ring-white | --tw-inset-ring-color: var(--color-white); /* #fff */ …
The last two classes from this example should probably be inset-ring-black and inset-ring-white, together with all the following classes.
inset-ring-black
inset-ring-white
The text was updated successfully, but these errors were encountered:
Just pushed a fix, thanks!
Sorry, something went wrong.
No branches or pull requests
On the page https://tailwindcss.com/docs/box-shadow the API table shows following classes:
The last two classes from this example should probably be
inset-ring-black
andinset-ring-white
, together with all the following classes.The text was updated successfully, but these errors were encountered: