namespacing-2.less 62 B

1234567
  1. @dr: {
  2. nothing: here;
  3. };
  4. .val {
  5. foo: @dr[not-found];
  6. }