SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.2k stars 408 forks source link

Tailwind not applying #1390

Closed sunkenquest closed 3 weeks ago

sunkenquest commented 1 month 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> image

This is the scaffold with correct configuration of tailwind image

Bramjetten commented 1 month ago

You should probably use something like the tailwindcss-rails gem to install Tailwind in your project. This is not something Spina does for you.

sunkenquest commented 3 weeks ago

I see, Thank you !