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.
Replies: 3 comments
-
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.
-
Thanks so much for the help
…On Mon, Sep 6, 2021 at 10:37 PM novuspace ***@***.***> wrote:
You should start by reading this in the docs :
https://tailwindcss.com/docs/installation
The CDN <https://tailwindcss.com/docs/installation#using-tailwind-via-cdn>
part includes the FULL non-purged css file, but that will file is not going
to include 'variants' and some other stuff that you can see listed in the CDN
Documentation
<https://tailwindcss.com/docs/installation#using-tailwind-via-cdn>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5414 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEN7J5YCSRWCMP5PK3JJG3UAWCJLANCNFSM5DRNHXWQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
I'm also looking for offline version. |
Beta Was this translation helpful? Give feedback.
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.