You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ".bar" failed to @extend ".foo".
The selector ".foo" was not found.
Use "@extend .foo !optional" if the extend should be able to fail.
on line 4 of bar.scss
Use --trace for backtrace.
While libsass (by way of node-sass) gives:
.bar {
color: green; }
This was performed using node-sass (2.0.0-beta). I think libsass should also throw an error instead of proceeding with the compilation. My apologies if I am seeing this incorrectly.