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

Getting an @extend error #59

Closed
krzkrzkrz opened this issue Apr 1, 2015 · 1 comment
Closed

Getting an @extend error #59

krzkrzkrz opened this issue Apr 1, 2015 · 1 comment

Comments

@krzkrzkrz
Copy link

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 [email protected]

Might be related to sass/libsass#943

@joliss
Copy link
Owner

joliss commented Apr 1, 2015

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

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

No branches or pull requests

2 participants