top | item 41560527

(no title)

emmacharp | 1 year ago

I started linking component stylesheets directly in the component HTML, de facto eliminating unused CSS from the output. HTTP3 provides performance gains we can benefit from by serving multiple CSS files "just-in-time".

I've had great results since. No more unused CSS. No more minifying nor bundling. What you write is what you get. It's liberating! Hehe.

discuss

order

paulddraper|1 year ago

That's good. Also, that doesn't work for a library where you're using one of six button styles.