Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Landing Page’s CSS for Production #1113

Open
v0lkan opened this issue Aug 18, 2024 · 0 comments
Open

Optimize Landing Page’s CSS for Production #1113

v0lkan opened this issue Aug 18, 2024 · 0 comments

Comments

@v0lkan
Copy link
Contributor

v0lkan commented Aug 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant