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
I tried style={{'--border-color': 'red'}} or style={{'--borderColor': 'red'}} and get warnings
style={{'--border-color': 'red'}}
style={{'--borderColor': 'red'}}
I don't think React support them yet
The text was updated successfully, but these errors were encountered:
@caub thanks for the issue!
Correct, this isn't supported at the moment. We have an issue open about it at #6411 if you want to track any updates/conversion on the topic 👍
Sorry, something went wrong.
No branches or pull requests
I tried
style={{'--border-color': 'red'}}
orstyle={{'--borderColor': 'red'}}
and get warningsI don't think React support them yet
The text was updated successfully, but these errors were encountered: