We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: