
wmassa
Joined
1,110 Experience
11 Lessons Completed
0 Questions Solved
Activity
Posted in Adding TailwindCSS to Rails Discussion
If you're doing this in 2025 then your are probably using tailwind 4. To make the default styles work you have to add @plugin "@tailwindcss/typography";
to the tailwind/application.css
file.