[Rails 7, TailwindCSS 3, ActiveAdmin 4, Windows] How to enable TailwindCSS support? #8637
Unanswered
MashiruSesuke
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was running all neccessary cmds to install ActiveAdmin.
Added
active_admin.css
with the following code:And I got a page without styling:

I'm already using
tailwindCSS
in my project and have the following config:I run the project with the command
npm run dev-watch
.I also tried to use gem
activeadmin_assets
- it didn't help(How can I fix it? Pls help 🙏 🙏 🙏
Beta Was this translation helpful? Give feedback.
All reactions