Hello, Is it possible to use namespace interpolation in Less ? ``` @color: "yellow"; .example { #top-@color; // Use of #top-yellow namespace .inNamespaceMixin(); } ``` Thanks !