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
Currently when style tag content is updated, the whole css inside is recalculated, that's bad for performance.
Instead, it's possible to change the style object directory: styleTag.sheet.cssRules[0].style.color="red".
Use cases to cover:
Currently when style tag content is updated, the whole css inside is recalculated, that's bad for performance.
Instead, it's possible to change the style object directory: styleTag.sheet.cssRules[0].style.color="red".
Use cases to cover:
The text was updated successfully, but these errors were encountered: