vmware-tanzu/secrets-manager

Optimize Landing Page’s CSS for Production

Opened this issue · 0 comments

In our current landing page https://vsecm.com we use the development version of Tailwind.

The Tailwind toolset enables tree-shaking and CSS modification, which means we can deliver only the subset of the CSS that the landing page needs (instead of the entire tailwind CSS).

It would be great to have a preprocessor that parses "index.html" (the landing page) and then creates the minimum amount of CSS necessary and saves it in the static assets folder dynamically.