Replies: 1 comment 2 replies
-
Hi, it's important to remember that tailwind is configured in
You'll need to use a tailwind class in one of these files, and then re-generate your CSS using Please see https://tailwindcss.com/docs/content-configuration for more information on how this works. Does this response make sense? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Implemented like readme.md
But the problem is im missing all kind of classes like border-red-500 does not exists in the build tailwind.css
How to resolve this?
I even tried creating a new rails 7 application with the prefix for tailwind css and it gives the same result. No border-red classes only border-grey exists :S
Beta Was this translation helpful? Give feedback.
All reactions