Blame view

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