Upgrading from 3.0 to 3.1 I receive a Sass::SyntaxError at /
() isn't a valid CSS value.
#518
Labels
Sass::SyntaxError at /
() isn't a valid CSS value.
#518
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 myapplication.css.scss
file. When I try to use a mixin, like@include scale(0);
I seeSass::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:
bundle
rails s
localhost:3000
The text was updated successfully, but these errors were encountered: