Replies: 1 comment 1 reply
-
Check for the following : if index.css is imported in index.tsx, and I don't think having both styled components and tailwind will cause a problem. Also, can you provide a link to the repo so I can check in my local. |
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
-
[version]
(tailwindcss)
[tailwind settings]
import './index.css';
After setting it up like this
<div className="text-amber-600">textss</div>
I tested it with that code, but tailwindcss style is not applied. I used to use styled-component, but do I need to set up another setting to use tailwindcss here?Beta Was this translation helpful? Give feedback.
All reactions