@icedquinn Treeshaking by analyzing the generated HTML files and scripts? I found that very annoying to work with because it can't handle dynamically assigned classes well, so you have to maintain a whitelist manually
Remember how I overhauled my design system just a few months ago? I'm doing it again because my variable management didn't play well with Astro (when trying take advantage of separate bundles, that is)
Basically, I was worried about how to place the intro text so it never overlaps with the image at any viewport size. Now I let the browser place it automatically.