This is a rough proof of concept.
There will be broken things.
Comments are welcome.
- Place the
admin_bootstrap
file inapp/assets/stylesheets/active_admin/admin_bootstrap.css.scss
- Ensure
gem 'bootstrap-sass'
is in your Gemfile - Change your
active_admin.css.scss
to includeadmin_bootstrap
in place of the default styles.
See below.
everything works fine except this :
@extend form[role="form"];
I had to comment out the whole
form{
section in the scss.