namespacing-3.txt 184 B

12345
  1. SyntaxError: Could not evaluate variable call @alias in {path}namespacing-3.less on line 7, column 3:
  2. 6 @alias: .theme; // aliasing not allowed without ()
  3. 7 foo: @alias[foo];
  4. 8 }