Blame view

node_modules/less/test/less-bom/errors/namespacing-3.less 111 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
  .theme() {
    foo: bar;
  }
  
  .val {
    @alias: .theme;  // aliasing not allowed without ()
    foo: @alias[foo];
  }