namespacing-4.less 63 B

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