Blame view

node_modules/less/test/less-bom/errors/property-asterisk-only-name.txt 117 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  ParseError: Unrecognised input in {path}property-asterisk-only-name.less on line 2, column 7:
  1 a {
  2     * : 1;
  3 }