django-tailwind
django-tailwind copied to clipboard
Django + Tailwind CSS = 💚
There are cases where nodejs is installed correctly but still the package couldn't find the npm correctly, this pr aims to fix that! Do tell me if any changes is...
Added a project title at the top of documentation which makes documentation attractive.
https://github.com/timonweb/django-tailwind/blob/7f9edb8dc0653d949dd27a369298b0093cb8db27/pyproject.toml#L30 See this https://github.com/adamchainz/django-browser-reload/blob/main/HISTORY.rst#140-2022-05-10 two choices: 1. either drop django-browser-reload to 1.3.0 2. or drop supporting django 2.2, 3.0, and 3.1 
When apply new classes to my html, the browser isn't applying them. After some digging, I figured out that output css is being cache by the browser. By the way,...
Currently django-tailwind imports pip: https://github.com/timonweb/django-tailwind/blob/7f9edb8dc0653d949dd27a369298b0093cb8db27/src/tailwind/utils.py#L4 Since `install_package` is only needed to install cookiecutter if not found I think it would be best to move the import into `install_package` itself. This...
I can't say it's a bug, but I have this issue unresolved, but feel free to close this ticket if it's not a valid issue! When I include pieces of...
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...
Not an issue or a bug, but more of a discussion (aka feel free to guilt-free close) TailwindCSS released their [Standalone CLI: Use Tailwind CSS without Node.js](https://tailwindcss.com/blog/standalone-cli) version a while...
When working in teams, having each individual user install npm, and then install tailwind themselves with a large node_modules file, it would be extremely convenient to use the new tailwind...