Closed sunkenquest closed 3 weeks ago
How to configure the tailwind css into spina? It doesnt seem to work on my end but when i try to create a scaffold and apply tailwind to it, it woks.
This is the demo page (note that Demo should have a style) <h1 style="font-bold text-4xl"><%= current_page.title %></h1>
<h1 style="font-bold text-4xl"><%= current_page.title %></h1>
This is the scaffold with correct configuration of tailwind
You should probably use something like the tailwindcss-rails gem to install Tailwind in your project. This is not something Spina does for you.
tailwindcss-rails
I see, Thank you !
How to configure the tailwind css into spina? It doesnt seem to work on my end but when i try to create a scaffold and apply tailwind to it, it woks.
This is the demo page (note that Demo should have a style)
<h1 style="font-bold text-4xl"><%= current_page.title %></h1>
This is the scaffold with correct configuration of tailwind