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
@lobau 's notes:
element.computedStyleMap().get('padding-left'); .card { --color: var(--border); border: 1px solid var(--color); color: currentColor; text-decoration: none; border-radius: 1rem; overflow: hidden; transition: transform var(--bounce) 0.5s; } .card:hover { --color: var(--faded); transform: scale(0.98); }
@michaelthatsit notes:
customEntity extends Entity { constructor() { this.css.getVar('--color') mrjs.app.css.getVar('--color') } .... }
mrjs.css.getVar('selector', '--variable')
related to #605
The text was updated successfully, but these errors were encountered:
:root
No branches or pull requests
@lobau 's notes:
@michaelthatsit notes:
related to #605
The text was updated successfully, but these errors were encountered: