-
Notifications
You must be signed in to change notification settings - Fork 13
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
$border-radius-base is undefined #57
Milestone
Comments
Did this fix it? #56 |
I'm still having this problem:
|
The problem occurs when I have application.css like this: *= require blacklight
*= require hydra-editor/hydra-editor But I can fix it by removing hydra-editor from application.css and adding this line to blacklight.scss: @import 'hydra-editor/multi_value_fields'; |
I'll add this tidbit to the 6.0.0 release notes, unless you're going to put a fix into the hydra-editor codebase that obviates that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got a vanilla Sufia install that I'm running under RAILS_ENV=production, and when I run the assets:precompile task, I see the following error:
I see that this variable is declared in bootstrap-sass 3.3.1.0 in assets/stylesheets/bootstrap/_variables.scss, and this version of bootstrap-sass is in my bundle, FWIW.
The text was updated successfully, but these errors were encountered: