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

File to import not found or unreadable: components/*. #56

Open
petres-a opened this issue Jun 7, 2019 · 0 comments
Open

File to import not found or unreadable: components/*. #56

petres-a opened this issue Jun 7, 2019 · 0 comments
Labels

Comments

@petres-a
Copy link

petres-a commented Jun 7, 2019

gem 'arctic_admin', '~> 3.0'

this line from _base.scss breaks the scss imports:
@import "components/*";

Error message:
Sass::SyntaxError at /admin/login
File to import not found or unreadable: components/*.

the issue is related to sassc (obsolete) being unable to load subfolders (this gem is installed by the font-awesome-sass dependency)

similar issues, but not the same:
#15
#49

WORKAROUND:
add sassc-rails to your Gemfile:
gem 'sassc-rails', '~> 2.1', '>= 2.1.1'

@cprodhomme cprodhomme added the bug label Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants