Closed krisleech closed 6 years ago
The above error happens at https://github.com/tors/jquery-fileupload-rails/blob/master/app/assets/stylesheets/jquery.fileupload.scss#L31
This line uses a hack to apply CSS only for IE < 8.
I would guess this is due to an update to SASS which has changed the parsing which disallows (either on purpose or by accident) this hack.
This has already been reported to ruby-sass https://github.com/sass/ruby-sass/issues/96
Until the fix is released you can do:
gem 'sass', git: 'https://github.com/sass/ruby-sass.git', branch: 'fix-specs'
The above error happens at https://github.com/tors/jquery-fileupload-rails/blob/master/app/assets/stylesheets/jquery.fileupload.scss#L31
This line uses a hack to apply CSS only for IE < 8.
I would guess this is due to an update to SASS which has changed the parsing which disallows (either on purpose or by accident) this hack.