Blame view

node_modules/less/test/less-bom/errors/detached-ruleset-3.txt 160 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  SyntaxError: Properties must be inside selector blocks. They cannot be in the root in {path}detached-ruleset-3.less on line 2, column 3:
  1 @a: {
  2   b: 1;
  3 };