Is there much performance gain from using as few CSS classes as possible?

genemango

New Member
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.
 
Back
Top