pixsy/node_modules/less/test/less-bom/errors/multiple-guards-on-css-sele...

5 lines
175 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
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 }