django-tailwind
django-tailwind copied to clipboard
Django + Tailwind CSS = 💚
How can I add base styles globally? [here](https://tailwindcss.com/docs/installation) step 3 there is the input.css And in this file you can add query selector like ``` .button { @apply bg-blue-500 text-white...
Just seems to sit here forever. AFAICT, looking at task manager, it's not actually doing anything at this point. ``` backend > tailwind init --app-name=staff_dash_theme C:\Users\dusti\.virtualenvs\honorarium_backend3.8\Scripts\python.exe "C:\Users\dusti\AppData\Local\Programs\PyCharm Professional\plugins\python\helpers\pycharm\django_manage.py" tailwind init...
Tailwind fails to load when static files are handled through S3. All html are rendered without css. Relevant settings are as follows INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages',...
Uninstall `nodejs` package once build is done
Basically make it more clear how to do things like #137
Hello I'm trying to add django-tailwind to existing containerized django project(based on [basic django compose example](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/django)) I followed this project's [step by step instructions](https://django-tailwind.readthedocs.io/en/latest/installation.html) to achieve this. But as I'm...
For example, the command this class is supposed to disable the outline, but it doesn't ``` ``` I'm running `django-tailwind = "^3.8.0"` via a poetry installation edit: full code viewable...
Hi there, I have a pants monorepo and I'm having trouble getting django-tailwind to play nice with it. Trying to track down what the issue could be. It looks like...
`Shell=True` is needed to make pure `npm` command work on Windows. It resolved my issue, when `CommandError` appeared with exception from 33 row of `npm.py` file. Fix as per [this...
Hello, we are currently looking into implementing tailwind to our Django project. Initially, `django-tailwind` seems like a good option. However, I noticed that it requires you to run the watcher...