Highly underrated: `insertRule(..)` and `deleteRule(..)` for dynamic CSS: developer.mozilla.org/en-US/… Support goes all the way back to IE8!
7
39
57
Replying to @getifyX
@getify @BrendanEich Engines are optimized for dynamic content and static CSS, and not for dynamic CSS.

Dec 15, 2014 · 12:20 AM UTC

2
Replying to @davidbaron
@davidbaron sure i can understand that as present reality. but the more sophisticated web apps become, the more dynamic CSS needs to be.
Replying to @davidbaron
@davidbaron more to the point, would there be a way to get a `replaceRule(..)` that would / could be optimized?