-
-
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
rails 3.2.11 issue #806
Comments
Please upgrade to bootstrap-sass v3.3.1.0. If that doesn't fix the problem, I'll be happy to reopen this issue. |
Rails 3.2 is no longer supported. However, you could try with the following gems: # Backported asset pipeline gems for Bootstrap compatibility:
gem 'sprockets-rails', '=2.0.0.backport1'
gem 'sprockets', github: 'DenisColeman/sprockets-2.2.2.backport'
gem 'sass-rails', github: 'guilleiguaran/sass-rails', branch: 'backport' Disclaimer, from the sass-rails backport author in #764 (comment):
The same goes for the sass-rails backport. |
A workaround in application.rb:
|
Prefixing all files in |
In 2e1ca4e, all imports in _bootstrap.scss were namespaced to support older Rails/Sprockets (see rails/sass-rails#137 (comment)). Unfortunately, this wasn't also applied to the mixins sub-directory, causing failures like twbs#806. See twbs#806 (comment)
According to documentation, I used following versions of sass-rails and bootstrap-sass.
It throws the following error:
The text was updated successfully, but these errors were encountered: