-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
File to import not found or unreadable: mixins/hide-text. #589
Comments
Which Rails? |
If you are using Rails 3.2.x, please see the updated notes in Readme |
Ah I see. Yes I am using rails 3.2.x Thanks for clarifying this. |
I have the same problem, but I use bootstrap-sass without rails (only middleman)
What should I do? |
Had the same error and got the following solution: Just whenever you copy the necessary files from your bower_components through gulp in my case, make sure that all files are included like this: gulp.task('copy-sass', function() { Pay attention to the stars at the end. |
For rails 3.2.x
|
I had this error when using
@import "bootstrap";
I think it's because bootstrap-sass-3.1.1.1 moved some mixin scss files into a mixin directory (vendor/assets/stylesheets/bootstrap/mixin/) and the import cannot find them correctly.
File to import not found or unreadable: mixins/hide-text.
Load Paths:
e:/Programming/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bootstrap-sass-3.1.1.1/vendor/assets/stylesheets
additional info: bootstrap-sass-3.1.1.0 works fine, but it does not have the mixin directory.
The text was updated successfully, but these errors were encountered: