Blame view

node_modules/less/test/less-bom/errors/namespacing-4.txt 130 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  NameError: variable @not-found not found in {path}namespacing-4.less on line 6, column 11:
  5 .val {
  6   foo: @dr[@not-found];
  7 }