You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These methods allow the user to programmatically manipulate custom property values at runtime.
I think we'll want to expose these via our own API namespace and offer the ability to augment the actual CSSStyleDeclaration's prototype ala typical browser polyfills.
The text was updated successfully, but these errors were encountered:
As listed on https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration:
getPropertyValue
setProperty
removeProperty
These methods allow the user to programmatically manipulate custom property values at runtime.
I think we'll want to expose these via our own API namespace and offer the ability to augment the actual
CSSStyleDeclaration
's prototype ala typical browser polyfills.The text was updated successfully, but these errors were encountered: