mooncake

Joined

4,810 Experience
48 Lessons Completed
0 Questions Solved

Activity

Posted in Rich Text Blog Posts with ActionText Discussion

To make "content" field to look good in the form without deleting "@import 'actiontext.css';" line from ../stylesheets/application.tailwind.css, you can just run this command in your rails project root directory:
rails tailwindcss:build

This command should fix update styles correctly. And if you plan to make any more changes to styles or styles files, you can run:
rails tailwindcss:watch
to update any styles changes automatically.

Hope this helps