Allow function values to utilize the 'priority' parameter of the style.setProperty method and be able to set it to 'important'. #629
Labels
complexity:moderate
We talked about it, you can do it!
enhancement
No kittens die if we don't do that.
When using function values, I need to be able to use '!important'. However, since function values are using the CSSOM 'setProperty' method, the value being set cannot have '!important', see here. In order to be able to use '!important', the setProperty method must utilize the 3rd optional parameter and set it to 'important'.
FYI - This is currently being called in the DomRenderer.js file, line 42.
Thanks!
The text was updated successfully, but these errors were encountered: