joliss / broccoli-sass

Sass compiler for Broccoli, using libsass
MIT License
44 stars 97 forks source link

Bootstrap sass official no longer builds #56

Closed technomage closed 9 years ago

technomage commented 9 years ago

Changes in 0.6.3 cause bootstrap sass official to no longer build. The error is in _form.scss

joliss commented 9 years ago

Can you report this on the Bootstrap Sass repo please? For your/their information, the version 0.6.3 that you're using wraps libsass 3.2.0-beta.2 via node-sass 3.0.0-beta.4.

blimmer commented 9 years ago

@technomage There's something very, very wrong with node-sass 3.0.0-beta.4. I ran into the same thing. It seems that extends are fully broken in that version. I opened an issue with them and pegged the version of broccoli-sass to 0.6.2 for now, like this:

"broccoli-sass": "0.6.2"

Removing the caret will peg the version.

@joliss it might be a good idea to peg node-sass 3.0.0-beta.3 and do a release since this issue seems pretty bad and I'm not sure how long it will take node-sass to get a hotfix out.

joliss commented 9 years ago

@blimmer Re your comment at https://github.com/sass/node-sass/issues/823#issuecomment-87734716, I'm guessing whatever bug is not so bad as to make it completely unusable then? I generally prefer to just track the upstream with broccoli-sass 0.6.x, if at all possible.