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
Hi,
after installing the gem, I received the error message of missing mixins border-radius and opacity. I fixed this by adding
@mixin border-radius($radius:20px) { -webkit-border-radius: $radius; -moz-border-radius: $radius; border-radius: $radius; } @mixin opacity($value) { opacity: $value; }
before @import 'hallo_rails';
Also you could add a notice in your readme, that jQuery UI is used. Otherwise theres a syntax error 'jquery.Widget is not a function'.
Greets
The text was updated successfully, but these errors were encountered:
it shouldn't be necessary to add this mixin, I don't do that in my projects. So this seems to be an issue not related to hallo-rails. Maybe this helps: http://stackoverflow.com/questions/15422098/why-do-i-get-undefined-mixin-border-radius-in-compass
Which rails version do you use? It might alos help to update the compass-rails gem.
Sorry, something went wrong.
No branches or pull requests
Hi,
after installing the gem, I received the error message of missing mixins border-radius and opacity.
I fixed this by adding
before @import 'hallo_rails';
Also you could add a notice in your readme, that jQuery UI is used.
Otherwise theres a syntax error 'jquery.Widget is not a function'.
Greets
The text was updated successfully, but these errors were encountered: