Skip to content
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

Upgrading from 3.0 to 3.1 I receive a Sass::SyntaxError at / () isn't a valid CSS value. #518

Closed
Lordnibbler opened this issue Feb 2, 2014 · 3 comments
Labels

Comments

@Lordnibbler
Copy link

I am experiencing an error after upgrading bootstrap-sass from 3.0 to 3.1 on a Rails 4.0.2 project.

I have @import 'bootstrap' in my application.css.scss file. When I try to use a mixin, like @include scale(0); I see Sass::SyntaxError at / () isn't a valid CSS value

Full backtrace: https://gist.github.com/Lordnibbler/f6e6a4a4a24b41357af3

I have reproduced this issue in a brand new Rails app, you can find it here for reference: https://github.com/Lordnibbler/bootstrap-sass-3.1-bug

To reproduce:

  • clone my repo
  • bundle
  • rails s
  • load localhost:3000
@glebm
Copy link
Member

glebm commented Feb 2, 2014

This should be OK now on master:

gem 'bootstrap-sass', git: 'https://github.com/twbs/bootstrap-sass'

@glebm
Copy link
Member

glebm commented Feb 3, 2014

Fix released in v3.1.0.1

@glebm glebm closed this as completed Feb 3, 2014
@Lordnibbler
Copy link
Author

@glebm like a boss, thanks for the quick support 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants