Hacker News new | ask | show | jobs
by ahussain 580 days ago
The number of tailwind classes is so large now that copy/pasting the whole set into your project would mean a huge bundle size.

Part of that the tailwind package is doing is making sure that only the relevant tailwind classes are included.

1 comments

So Vite builds a custom style sheet based upon the Tailwind classes that are actually used in the project?
yes, exactly