Blame view

node_modules/less/test/less-bom/errors/extend-not-at-end.txt 157 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  SyntaxError: Extend can only be used at the end of selector in {path}extend-not-at-end.less on line 1, column 21:
  1 .a:extend(.b all).c {
  2   property: red;