django-planet
Dec. 6, 2020

How To Set Up Tailwind CSS In Django On Heroku

in blog Matt Layman
original entry How To Set Up Tailwind CSS In Django On Heroku

How can you set up Tailwind CSS for your Django app on Heroku? In this article, we’ll see how I did exactly that recently. I have a side project that uses Tailwind CSS. To get started quickly, I used the version from a Content Delivery Network (CDN) as Tailwind describes in the documentation. This worked fine initially while I got my project started, but the CDN version is huge (around 3MB).