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

Fix google fonts problem #41

Merged
merged 1 commit into from
Oct 6, 2019
Merged

Fix google fonts problem #41

merged 1 commit into from
Oct 6, 2019

Conversation

mbbernstein
Copy link
Contributor

This PR fixes the problem with #40 #39 and #37.

@wojtek-krysiak wojtek-krysiak merged commit ce71444 into SoftwareBrothers:master Oct 6, 2019
@rylanb
Copy link

rylanb commented Jan 16, 2020

Any plans to release this fix officially?

@amanmibra
Copy link

This issue still exists, is it not pushed?

@amc123-glitch
Copy link

yeah I have a fresh project running and the moment I add @import "active_skin"; to the active_admin.scss file the admin section is rendered useless/give the malformed url error. Curious if there is a work around while waiting for the fix to get pushed?

@amanmibra
Copy link

@AnthonyMichaelc it seems like the best we can do is pull directly from the repo like this in your Gemfile

gem 'active_skin', github: 'SoftwareBrothers/active_skin'

@rjherrera
Copy link

@AnthonyMichaelc as the fix is in master and has not been released, what I did was to replace

gem 'active_skin'

with

gem 'active_skin', github: 'SoftwareBrothers/active_skin'

@amc123-glitch
Copy link

@rjherrera thanks times a million lol. I had gone away from rails for sometime and knew this had worked before but when I hit this error and searched with no answer was scratching my head. Worked like a charm.

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

Successfully merging this pull request may close these issues.

6 participants