How can I avoid cumulative layout shifts in Lit?
I have a Lit project and Chrome’s Lighthouse shows very high cumulative layout shift (CLS). I assume the problem arises due to the fact that component’s CSS loads with JS files and cannot (?) be loaded with a in header. Because CSS is loaded late, the layout shifts.