joliss / broccoli-sass

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

Getting an @extend error #59

Closed krzkrzkrz closed 9 years ago

krzkrzkrz commented 9 years ago

With the current version (0.6.3), I get:

You may not @extend an outer selector from within @media.
You may only @extend selectors within the same directive.
From "@extend .input-sm" on line 48 of tmp/tree_merger-tmp_dest_dir-VAbune7B.tmp/app/styles/bootstrap/_input-groups.scss

I am using broccoli-sass in an ember-cli app (v0.2.2). Downgrading broccoli-sass to a previous version (0.6.2) doesn't render any issues:

npm uninstall --save-dev broccoli-sass
npm cache clean
npm install --save-dev broccoli-sass@0.6.2

Might be related to https://github.com/sass/libsass/issues/943

joliss commented 9 years ago

Can you report this on the libsass repo please? There's little we can do from the plugin's end.