mixin-not-visible-in-scope-1.less 109 B

123456789
  1. .something {
  2. & {
  3. .a {value: a}
  4. }
  5. & {
  6. .b {.a} // was Err. before 1.6.2
  7. }
  8. }