Maximum bunde size of all classes (version 3.2.4) #10465
localusercamp
started this conversation in
General
Replies: 2 comments 1 reply
-
create a safeList with a regex which allows ervrything no clue this will work (.+?) |
Beta Was this translation helpful? Give feedback.
1 reply
-
If anybody interested this config produces 7 MB of CSS
It includes all possible variations for all colors, modifiers, variants and so on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I tried to find information about how much KB ALL Tailwind CSS classes weight, but didn't find it anywhere. By ALL i mean all documented classes (no arbitary values).
1.9.0 version of tailwind has such page in docs. Is it size of javascript code that generates all classes, or maximum size of a
.css
file with all classes? Anyway i want to know the size of 3.2.4 version.CDN 3.2.4 version ships with javascript code which generates classes and it's about 327.08 KB plain text size. But i'm curious what the size of a generated
.css
file with all TailwindCSS classes?Beta Was this translation helpful? Give feedback.
All reactions