timonweb / django-tailwind

Django + Tailwind CSS = 💚
https://django-tailwind.readthedocs.io
MIT License
1.45k stars 89 forks source link

Native windtail support #145

Closed seyeong closed 1 year ago

seyeong commented 2 years ago

I created a python package called tailwind in the test-pypi environment. The package includes the standalone CLI, and exposes subcommands as a python module. This is an attempt to replace NPM with tailwind in django-tailwind.

Notable things:

Fixes #125 and #140.

Replaces #141