namespacing-3.less 111 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 .theme() { foo: bar; } .val { @alias: .theme; // aliasing not allowed without () foo: @alias[foo]; }