Blame view

node_modules/less/test/less-bom/errors/mixin-not-defined-2.txt 175 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  RuntimeError: No matching definition was found for `.non-matching-mixin(x, y)` in {path}mixin-not-defined-2.less on line 6, column 3:
  5 x {
  6   .non-matching-mixin(x, y);
  7 }