django-tailwind-cli
django-tailwind-cli copied to clipboard
Django and Tailwind integration based on the prebuilt Tailwind CSS CLI.
Hi, thanks first of all for a great utility! I was wondering if it would be possible to have a Django command equivalent to `download_cli`, which would remove the CLI...
Hi, I recently switched from using `django-tailwind` to `django-tailwind-cli` in one of my projects because it doesn't require installation on my machine. I appreciate all the great work you've done...
Possible fix for #155
Given the existence of [node-wheel-binaries](https://pypi.org/project/nodejs-wheel-binaries/) on PyPI and the broken PyCharm plugin for Tailwind CSS, which relies on a locally installed Tailwind CSS, it might be an idea to another...
- Removed the remenants of `runserver_plus` from the docs & tests.