Blame view

node_modules/less/test/less-bom/errors/extend-no-selector.txt 178 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  SyntaxError: Extend must be used to extend a selector, it cannot be used on its own in {path}extend-no-selector.less on line 1, column 17:
  1 :extend(.a all) {
  2   property: red;