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
When defining $skinLogo: url("logo.svg") no repeat 0 0; I get:
$skinLogo: url("logo.svg") no repeat 0 0;
Started GET "/assets/logo.svg" for 127.0.0.1 at 2017-07-24 11:02:46 +0200 ActionController::RoutingError (No route matches [GET] "/assets/logo.svg"):
Even though I have it in assets. What's wrong here?
assets
The text was updated successfully, but these errors were encountered:
finnally i found the person who has the same problem with me.
Sorry, something went wrong.
You might want to try adding "image_path": $skinLogo: url(image_path("logo.svg")) no-repeat 0 0;
$skinLogo: url(image_path("logo.svg")) no-repeat 0 0;
No branches or pull requests
When defining
$skinLogo: url("logo.svg") no repeat 0 0;
I get:Even though I have it in
assets
. What's wrong here?The text was updated successfully, but these errors were encountered: