Blame view

node_modules/less/test/less-bom/errors/mixins-guards-default-func-3.less 161 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
  
  guard-default-func-conflict {
      .m(1)                      {}
      .m(@x) when not(default()) {}
      .m(@x) when not(default()) {}
  
      .m(1);
      .m(2);
  }