How do I extend a class/mixin which has dynamically formed selector

Extending a dynamically formed selector (loosely using the term) like that is currently not possible in Less. There is an open feature request to support this. Till it is implemented, here are two work-around solutions to it. Option 1: Write the contents of .hello and .hello-world selectors into a separate Less file (say test.less), compile … Read more

tech