Skip to content
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

empty CSS variables not working #368

Closed
EmpireJones opened this issue Jun 29, 2022 · 1 comment
Closed

empty CSS variables not working #368

EmpireJones opened this issue Jun 29, 2022 · 1 comment

Comments

@EmpireJones
Copy link

CSS variables should be clearable when set to an empty value.

* {
--brightness: ;
}

Results in Parse Error

This usage seems to be used by tailwind CSS.

@MichaIng
Copy link

Same was discussed here where CSS validator throws multiple errors when checking the default v5.2.0 Bootstrap CSS: twbs/bootstrap#36508

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants