We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tailwind is sometimes not detected by Pycharm making it really annoying.
It can apparently be fixed by installing tailwind via npm dev-dependency
The text was updated successfully, but these errors were encountered:
Tailwind IntelliSense already supports tailwind via CDN. Same feature is planned for Jetbrains' IDEs but it is still not implemented...
For now, just use npm install -D tailwindcss if you have npm & node installed.
npm install -D tailwindcss
Sorry, something went wrong.
Norbiros
No branches or pull requests
Description
Tailwind is sometimes not detected by Pycharm making it really annoying.
Steps to reproduce
Demonstration(s) and additional context
It can apparently be fixed by installing tailwind via npm dev-dependency
The text was updated successfully, but these errors were encountered: