Replies: 3 comments
-
Hi, Are you looking for CDN URL for every releases ? Might I suggest you https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css, for latest current release ? Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hey @Apokly! Thanks for replying! I know Tailwind is available via CDN. However, I was using it on CodePen and needed the When I tried enabling all variants (as in the docs) the unminified, uncompressed build came out at about 7 MB. Yeesh.. I then minified it (using clean-css-cli) I got it down to 5.6 MB. Not a very large difference. With gzip compression though, it shrunk down to only 534 KB(!!). I think this would be viable to have on a CDN, right? |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is still an option with all the new additions 😅 |
Beta Was this translation helpful? Give feedback.
-
This might be an insane suggestion, but I thought I'd throw it out there anyway.
It would be nice to have a compiled file with all variants for when hacking things together on CodePen or other online editors.
I'm afraid I might underestimate the file size though...?
Thanks for all your work, and have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions