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
CSS variables should be clearable when set to an empty value.
* { --brightness: ; }
Results in Parse Error
Parse Error
This usage seems to be used by tailwind CSS.
The text was updated successfully, but these errors were encountered:
Same was discussed here where CSS validator throws multiple errors when checking the default v5.2.0 Bootstrap CSS: twbs/bootstrap#36508
Sorry, something went wrong.
9a54c0d
No branches or pull requests
CSS variables should be clearable when set to an empty value.
Results in
Parse Error
This usage seems to be used by tailwind CSS.
The text was updated successfully, but these errors were encountered: