-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add support for opacity
style property to theme.json
#46755
Comments
@mikachan please assign me this issue / feature . I can contribute to add/do the above following task. |
Done, thank you! ✨ I'm happy to review a PR when you're ready. |
@mikachan I have read the docs and the theme.json file but I am confused where to add the opacity property since the theme.json seems to be of declaration file. I could not find the CSS file. Please share some hints or relevant resources that could be of any help, since I am new to OpenSource World. |
Hi @npneeraj. Here are some links that may help to explain the theme.json file further: This issue is for adding support for the Here is a similar PR for adding support for If you prefer, I can start a PR for this, and I'm happy for you to help by contributing code or reviewing it. |
opacity
style property to theme.jsonopacity
style property to theme.json
Hi @mikachan . Thanks for sharing the above resources. |
Hey @npneeraj – any progress on this?
|
Hi @hanneslsm - sorry to say, it appears to be a dead-end. |
What problem does this address?
Users are not currently able to set the
opacity
of an element just from the theme.json file or Global Styles. This is a common design choice for things such as button pseudo states.What is your proposed solution?
Add support for the
opacity
property.The text was updated successfully, but these errors were encountered: