Replies: 1 comment 1 reply
-
Hey! Would you be able to share your code repo so we can take a look? Are you getting any other error messages apart from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using postcss-import in create-react-app and the setup is as follows:
The error is that it can't resolve './tailwindcss/base'. I ensured that postcss-import comes first in the plugins and I used the import statements provided in the documentation (if I use
@tailwind base
it will work but I won't be able to import other files). I am on a relatively new version (1.9.5). Any help is much appreciated.Beta Was this translation helpful? Give feedback.
All reactions