This project aims to provide a comfortable way of using the Tailwind CSS framework within a Django project.
- An opinionated Tailwind CSS setup that makes your life easier;
- Hot reloading of CSS, configuration files, and Django templates. No more manual page refreshes!
- Out of the box support for CSS imports, SASS-like variables, and nesting;
- Includes official Tailwind CSS plugins like typography, form, line-clamp, and aspect-ratio;
- Supports the latest Tailwind CSS
v3.x
;
For instructions on upgrading from
v2
tov3
, see this post on my blog.
Python 3.8 or newer with Django >= 2.2 or newer.
The full documentation is at https://django-tailwind.readthedocs.io/
Via PIP:
pip install django-tailwind
Check docs for the Installation instructions.
If you have found a bug, please use the issue tracker on GitHub.
https://github.com/timonweb/django-tailwind/issues
2019 - 2022 (c) Tim Kamanin - A Full Stack Django Developer