You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Tailwind CSS IntelliSense are you using?
v0.14.15
What version of Tailwind CSS are you using?
v4.1.0
What package manager are you using?
npm
What operating system are you using?
Windows 11 64-bit
Tailwind config
exportconstcontent=[// Templates within theme app (e.g. base.html)"../templates/**/*.html",// Templates in other apps"../../**/templates/*.html",// Ignore files in node_modules"!../../**/node_modules",];
Describe your issue
I've installed django-tailwind to my existing Django project following instructions from https://django-tailwind.readthedocs.io/en/latest/installation.html. I've also installed junstyle's Django Template Support and your Tailwind CSS Intellisense extensions to VS Code.
What version of VS Code are you using?
v1.99.2
What version of Tailwind CSS IntelliSense are you using?
v0.14.15
What version of Tailwind CSS are you using?
v4.1.0
What package manager are you using?
npm
What operating system are you using?
Windows 11 64-bit
Tailwind config
VS Code settings
Describe your issue
I've installed django-tailwind to my existing Django project following instructions from https://django-tailwind.readthedocs.io/en/latest/installation.html. I've also installed junstyle's Django Template Support and your Tailwind CSS Intellisense extensions to VS Code.
Folder structure:
listings/templates/base.html:
Tailwind CSS Intellisense doesn't work in Django project. No suggested classes appear when typing in class attributes.
The text was updated successfully, but these errors were encountered: