I must be missing something really simple, but I could not find anyone else with the problem. Basically, Rails 3.1 merges all the .css files into application.css. After I installed ActiveAdmin, ActiveAdmin's CSS are also merged into application.css, causes conflict and overrides my stylesheet.
What am I missing here?
I removed *= require_tree . from application.css and added each other css individually. Not sure whether this is the best way, but it works.
I solved it by adding the generated active_admin css and js in the vendor directory..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With