How to configure Rails Engine to work with Tailwind CSS
In the previous article I described how to configure Rails Engine to work with Stimulus. The next problem to be solved within the course of working on an open-sourced version of occson is how to use Tailwind CSS in Rails Engine.
How to configure Rails Engine to work with Stimulus
I started working on an open-sourced versionĀ of occson and decided to prepare it as a Rails Engine. Before commencing work, I asked myself about Stimulus. Does it work in the Rails Engine?