Replies: 1 comment 5 replies
-
It could be that you do not have a
|
Beta Was this translation helpful? Give feedback.
5 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.
-
I have setup a very minimalistic example following the installation guide, the guide https://tailwindcss.com/docs/installation/tailwind-cli. The index.html only includes three utility classes
text-3xl
font-bold
underline
, but the generated output.css is approx 50kB in size (minified).Do I miss something, or is this as expected?
Is there a possibility to ONLY include this three utility classes in the generated outout? Nothing else.
Beta Was this translation helpful? Give feedback.
All reactions