Blame view

node_modules/less/test/less-bom/errors/mixins-guards-cond-expected.txt 137 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  SyntaxError: expected condition in {path}mixins-guards-cond-expected.less on line 1, column 20:
  1 .max (@a, @b) when @a {
  2   width: @b;