Open
Description
.bar {
foo& {
color: baz;
}
}
Causes an error. (See: http://codepen.io/anon/pen/GIufH)
This is surprising (since .bar { foo & { ... } }
works like a charm), and this error prevents several useful selector prefixing patterns.