Comment on Best practices for JS and CSS organizationparentComments−guywithabike15yIt has a very minor impact:http://www.stevesouders.com/blog/2009/06/18/simplifying-css-... (Steve is a pretty authoritative source for web optimization.)tl;dr: avoid selectors that end in * and you should be fine.
Comments
It has a very minor impact:
http://www.stevesouders.com/blog/2009/06/18/simplifying-css-... (Steve is a pretty authoritative source for web optimization.)
tl;dr: avoid selectors that end in * and you should be fine.