Using the method found here, it works, but not for two parent classes.
For instance:
.one, .two { @at-root a#{&} { color: blue; } }
Or you simply switch to stylus:
.one, .two { a& { color: blue; } }
Codepen Example