-
I have a Rails app that uses vite + React. I followed the steps to install Tailwind for vite and it works perfectly on my React side. However, I can't manage to make it work with my Ruby views. As suggested, I tried installing the gems recommended in the docs. But, whenever trying to install Tailwind, I get:
Which makes sense, as I am not using So my question is how to make it work? Is there anyway I can pass configuration to my vite plugin so it includes my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Should have read the docs: https://tailwindcss.com/docs/detecting-classes-in-source-files |
Beta Was this translation helpful? Give feedback.
Should have read the docs:
https://tailwindcss.com/docs/detecting-classes-in-source-files