Getting error when using the 'tailwindcss.config.js' from the repo #123
-
Beta Was this translation helpful? Give feedback.
Answered by
AbhiSharma1210
Oct 14, 2024
Replies: 1 comment
-
Found the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AbhiSharma1210
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the solution.
This issue is due to the missing
forms
in@tailwindcss
. So running the command.npm install @tailwindcss/forms
resolves the issue.