activeadmin_simplemde icon indicating copy to clipboard operation
activeadmin_simplemde copied to clipboard

Can't load styles

Open momolog opened this issue 5 years ago • 2 comments

Thanks for your work!

I have followed the instructions in the README exactly but I am getting

Sass::SyntaxError at / File to import not found or unreadable: active_admin/simplemde.

Using Rails 4.2 with ActiveAdmin 1.2.1

momolog avatar Jun 23 '20 13:06 momolog

I think it is a README issue. active_admin in the paths for the import / require should really be activeadmin.

momolog avatar Jun 23 '20 14:06 momolog

For what it is worth @import 'active_admin/simplemde'; is working in Rails 7.0 w/ ActiveAdmin 2.13.1

joeadcock avatar Oct 25 '22 17:10 joeadcock