Blame view

node_modules/less/test/less-bom/errors/mixin-not-visible-in-scope-1.txt 153 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  NameError: .a is undefined in {path}mixin-not-visible-in-scope-1.less on line 7, column 13:
  6     & {
  7         .b {.a} // was Err. before 1.6.2
  8     }