W72crm_web-master/node_modules/less/test/less-bom/errors/mixin-not-visible-in-scope-...

9 lines
109 B
Plaintext
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
.something {
& {
.a {value: a}
}
& {
.b {.a} // was Err. before 1.6.2
}
}