-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Where to download the full tailwind.css #5414
-
Where can I download the full/complete tailwind.css file (non-compressed and non-purged)?
I'd like to do some diff analysis (to assist on #5400).
Beta Was this translation helpful? Give feedback.
All reactions
You should start by reading this in the docs :https://tailwindcss.com/docs/installation
The CDN part includes the FULL non-purged css file, but that file is not going to include 'variants' and some other stuff that you can see listed in the CDN Documentation.
The file is compressed but you can use a plugin in VS Code or an online CSS Beautify tool to make the CSS file readable.
Replies: 3 comments 1 reply
-
You should start by reading this in the docs :https://tailwindcss.com/docs/installation
The CDN part includes the FULL non-purged css file, but that file is not going to include 'variants' and some other stuff that you can see listed in the CDN Documentation.
The file is compressed but you can use a plugin in VS Code or an online CSS Beautify tool to make the CSS file readable.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm also looking for offline version.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.