Hi Netto, thanks for the step-by-step guide. I followed it step-by-step with a new Rails 6.0.3.4 app, then created a simple index controller and directly pasted the code sample from one of the TailwindUI examples for tables ( https://tailwindui.com/components/application-ui/lists/tables ). Unfortunately none of the Tailwind classes in that code snippet were rendered.
Hi Netto, thanks for the step-by-step guide. I followed it step-by-step with a new Rails 6.0.3.4 app, then created a simple index controller and directly pasted the code sample from one of the TailwindUI examples for tables ( https://tailwindui.com/components/application-ui/lists/tables ). Unfortunately none of the Tailwind classes in that code snippet were rendered.
Hey, Kris.
I tried setting up Tailwind again using the steps in this post and faced some issues too.
I was able to get it working after following these compatibility steps:
https://tailwindcss.com/docs/installation#post-css-7-compatibility-build
I'll update the post later to contain the post-css-7 compat changes too