-
Notifications
You must be signed in to change notification settings - Fork 134
Undefined mixin 'box-shadow' #63
Comments
I can't find the comment thread now, but I believe the |
I have the same problem , when I have installed the editor gem after that i got this error . Sass::SyntaxError in ActiveAdmin::Devise::Sessions#new Showing /home/daffolap-198/.rvm/gems/ruby-2.2.1@echovalley_mall/bundler/gems/activeadmin-6bce892a2cca/app/views/layouts/active_admin_logged_out.html.erb where line #9 raised: Undefined mixin 'box-shadow'. Extracted source (around line #25): 23 |
I was using but would get a problem when running bundle install active_admin_editor at c:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/bundler/g The problem seems to be solved with gem 'active_admin_editor', github: 'boontdustie/active_admin_editor' So... thanks boontdustie! |
i have the same question. |
When using gem and pointing to github I usually use ref in order to provide the hash of commit that I want to use. This prevents from unexpected updates.
|
@lukasz-wojcik That's what |
Of course lock stores that but having that |
@ejholmes To fix this we can point to another forked repo which has the fix But we were expecting that rubygems linked repo would have the fix sooner or later, since any new installation from the site will be broken. It would be great if you could do this, if there is some constraint then let us know and we will go via previous approach. |
any updates on this getting officially fixed? |
The gem is currently unusable, due to a missing mixin, 'box-shadow'.
There is a pull request waiting, #62, that seems to deal with this problem.
The text was updated successfully, but these errors were encountered: