DEBSOURCES
Skip Quicknav
sources / less.js / 3.13.0%2Bdfsg-11 / packages / test-data / errors / eval / namespacing-3.less
12345678
.theme() { foo: bar; } .val { @alias: .theme; // aliasing not allowed without () foo: @alias[foo]; }