Installing via Laravel #3803
Unanswered
lenholmsthlm
asked this question in
Help
Replies: 1 comment
-
Hello! Are you able to share a GitHub repo of your installation setup, so we can have a look? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey so I'm new to this and I'm following a Youtube tutorial I've also read the official docs and have done every step but I still get an error when I try to load the tailwind.
So my webpack looks like this
And when I go to app.css and import these commands
@tailwind base;
@tailwind components;
@tailwind utilities;
It gives me an error saying
"Unknown at rule @tailwindcss(unknownAtRules)"
I don't know what to do have been stuck on this for awhile I've tried reinstalling but dosen't help. I've done everything that's mentioned here https://tailwindcss.com/docs/guides/laravel
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions