Tailwind updates not showing
If you've made changes to tailwind.config.js and those changes aren't taking affect in the rails site, then try this:
First, delete the node_modules folder.
Then run these:
rails assets:clobberyarnrails assets:precompileThis is what worked in the ZipMessage project (built using Jumpstart Pro).
Last updated