Recently I've come upon a mobile UI kit which used very long CSS class names, seemingly instead of utilizing multiple class names and CSS inheritance (e.g. \[code\]".container-element-subelement"\[/code\]). Is there much performance gain from this? Because it sounds like a nightmare to have to maintain those stylesheets later.