Django integration doc #1695
Answered
by
juujisai
sureshvv
asked this question in
Support from community
-
I already have integrated tailwind css into my Django app from a previous project. I am now looking to integrate TE from thiis doc:
In which step is tailwind-elements being installed? Is this implicitly done in:
Or is an extra step missing in the doc? |
Beta Was this translation helpful? Give feedback.
Answered by
juujisai
Jun 12, 2023
Replies: 1 comment
-
Hi! I guess this step is missing. Try installing the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
filipkappa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I guess this step is missing. Try installing the
tw-elements
package aftertailwindcss
npm install tw-elements
Best Regards!