Hacker News new | ask | show | jobs
by adamwathan 1771 days ago
Creator of Tailwind here — if you don’t want to go deep into JS tooling and really just care about spitting out a CSS file, it's a lot simpler to just use our CLI tool: https://tailwindcss.com/docs/installation#using-tailwind-cli
3 comments

Any plans for adding integration guides for back-end frameworks like Rails and Phoenix?

It seems like Tailwind is popular enough now to support guides for more than just JS frameworks and Laravel :)

Thanks for responding, I wrote this to keep a record of my steps for future reference. I did not intend that this was the only way or the right path

As I've seen many tutorials that were too complex to set up JIT with Tailwind, I thought it might be helpful to others as well who were having difficulty.

The next version of Rails will eliminate webpacker anyway, so I'll write for it

Good to note!