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
TailwindCSS uses this workaround to set the value of a CSS variable to a single empty space:
--tw-ring-inset: var(--tw-empty,/!/ /!/);
This is valid but the sass compressor gives me the following when running tests:
Invalid CSS after "...pty,/*!*/ /*!*/": expected function argument, was ");"
There are more details around this in the following ticket:
tailwindlabs/tailwindcss#2889 tailwindlabs/tailwindcss#3328
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TailwindCSS uses this workaround to set the value of a CSS variable to a single empty space:
--tw-ring-inset: var(--tw-empty,/!/ /!/);
This is valid but the sass compressor gives me the following when running tests:
Invalid CSS after "...pty,/*!*/ /*!*/": expected function argument, was ");"
There are more details around this in the following ticket:
tailwindlabs/tailwindcss#2889
tailwindlabs/tailwindcss#3328
The text was updated successfully, but these errors were encountered: