We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running version 1.1.3 i get this following issue:
SASS::SyntaxError: Undefined variable: "$menu-arrow-dark-icon-url". /bundle/ruby/2.6.0/gems/active_admin_theme-1.1.3/app/assets/stylesheets/wigu/active_admin_theme.scss:99
Downgrading to version 1.1.1 works for now.
The text was updated successfully, but these errors were encountered:
Also suddenly getting this issue. #34 introduced this variable but didn't define it anywhere...
Sorry, something went wrong.
Adding this to my other variable overrides solves the issue:
$menu-arrow-dark-icon-url: 'active_admin/nested_menu_arrow_dark.gif' !default
@markmangrove depends on activeadmin version you can use v1.1.1 or latest one. look at #33
Thanks @SeriouslyAwesome, this worked for me too.
No branches or pull requests
While running version 1.1.3 i get this following issue:
SASS::SyntaxError: Undefined variable: "$menu-arrow-dark-icon-url".
/bundle/ruby/2.6.0/gems/active_admin_theme-1.1.3/app/assets/stylesheets/wigu/active_admin_theme.scss:99
Downgrading to version 1.1.1 works for now.
The text was updated successfully, but these errors were encountered: