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
fix: stop rendering inherited styles in css preview (#4478)
Huge amount of css variables adds something like 8k of dom elements to
highlighted css preview.
Here as fast fix killed inherited styles so at least only root will lag
and everything else will not get performance hit.
0 commit comments