Blame view

node_modules/less/test/less-bom/errors/multiple-guards-on-css-selectors2.txt 175 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  SyntaxError: Guards are only currently allowed on a single selector. in {path}multiple-guards-on-css-selectors2.less on line 3, column 23:
  2 .a,
  3 .b when (@ie8 = true) {
  4 }