Skip to content
New issue

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

SyntaxError: Undefined variable: "$menu-arrow-dark-icon-url". #38

Open
markmangrove opened this issue Sep 11, 2020 · 4 comments
Open

SyntaxError: Undefined variable: "$menu-arrow-dark-icon-url". #38

markmangrove opened this issue Sep 11, 2020 · 4 comments

Comments

@markmangrove
Copy link

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.

@SeriouslyAwesome
Copy link

Also suddenly getting this issue. #34 introduced this variable but didn't define it anywhere...

@SeriouslyAwesome
Copy link

Adding this to my other variable overrides solves the issue:

$menu-arrow-dark-icon-url: 'active_admin/nested_menu_arrow_dark.gif' !default

@gigorok
Copy link
Contributor

gigorok commented Sep 28, 2020

@markmangrove depends on activeadmin version you can use v1.1.1 or latest one. look at #33

@acushlakoncept
Copy link

Thanks @SeriouslyAwesome, this worked for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants