Blame view

node_modules/less/test/less-bom/errors/javascript-undefined-var.txt 129 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 9:
  1 .scope {
  2     @a: `@{b}`;
  3 }