I have a web application with a bunch of HTML code. There are some style attributes that I cannot get rid of, but I was wondering if it would be worth the cleanup to get rid of the class names and use the CSS selector instead. CSS selectors run slow?
I'm talking about replacing class selectors like .example with more complex selectors like #example div> div: nth-child (3)> p
Tower source
share