Laravel/Jetstream Tailwind output.css #34624
-
Hello I want to use auto completion in my IDE (phpStorm). How can I get Tailwind into output.css. I can't find where tailwind.css is located. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
AlexWinder
Oct 2, 2020
Replies: 1 comment
-
Check your webpack configuration, it will tell you how things are compiled. Tailwind is obtained from a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DylanDec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check your webpack configuration, it will tell you how things are compiled. Tailwind is obtained from a
tailwind.config.js
file and then you import it into yourapp.scss
or equivalent file.https://tailwindcss.com/docs/installation