Blame view

node_modules/less/test/less-bom/errors/namespacing-3.txt 184 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  SyntaxError: Could not evaluate variable call @alias in {path}namespacing-3.less on line 7, column 3:
  6   @alias: .theme;  // aliasing not allowed without ()
  7   foo: @alias[foo];
  8 }