css stylesheet is not connecting to pjs #3476
Replies: 2 comments
-
I’ve looked through your code, no where are you defining a back ground color to a given element. This isn’t an issue with tailwind but your implementation of the classes. Try adding bg-blue-500 to the surrounding div class. |
Beta Was this translation helpful? Give feedback.
-
Yeah so tailwind is working, so somehow app.scss is not connecting to home.ejs file when I made
at app.scss |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem:
Currently, I have an issue to use tailwind css it's not working for me and my code is
Link to a minimal reproduction:
yarn dev
and most right side of navbar should show a picture with primary background color but it fails.
My repository https://github.com/williamkwon97/pizza-order-webapp
Beta Was this translation helpful? Give feedback.
All reactions