-
Notifications
You must be signed in to change notification settings - Fork 23
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
atoms/* not found #22
Comments
Unfortunately I couldn't reproduce this here. Anyway, I believe the problem is related to importing the files inside a folder via wildcard. Maybe we can change the imports to file-only. |
@caiotarifa Thanks for the quick reply. So are you treating this as a bug or should I just try and overwrite the _formadmin.scss file myself? |
@caiotarifa Forked the gem and just explicitly included all scss components. I'm not sure why the "/*" does not seem to work in Rails 5, but that must be the cause. Theme looks great btw! |
Sorry, I couldn't check the problem, but certainly not Rails 5. As soon as I can, I'll implement this way import in this gem. |
Hi!
I'm trying to get your theme running on an Active Admin setup using Rails 5 and I get the error that Formadmin cannot find the folder or any files in atoms/*.
Any thoughts?
My admin.scss file:
The error in detail:
My Gemfile.lock:
The text was updated successfully, but these errors were encountered: