Hacker News new | ask | show | jobs
by tmikaeld 1738 days ago
On bootstrap, Foundation, semantic UI you have all of the CSS code included, on tailwind and windicss you only include what's actually on the page by compiling it.
1 comments

Not an expert here, but cannot you tree shake Bootstrap too?

https://medium.com/@jacobp100/tree-shaking-bootstrap-95d6301...

To a certain degree and also on semantic, but it always have a core CSS which is largish, windi and tailwind is on a granular/utility basis. So it's often something like 8kb for a page with tailwind/windi but +100kb for semantic.