I am just exploring Wagtail (actually CodeRed CMS) and try to combine that with Tailwind CSS. The modul django-tailwind seems to be handy for that. I was able to install it and it works in general, i. e. changes in template files are recognized and the static/css/dist/styles.css
file is rebuild automatically.
But if I change the HTML in the database, let’s say I change the home page and add a class like text-red-600
somewhere, Tailwind obviously does not recognize that something has changed and the class is not added to styles.css
.
Did I miss something or is this simply not working (yet)?