Is there more to optimizing CSS than minimizing character count?
问题 I've been reading a lot about jQuery optimization and how you can alter your selectors to cut down on the amount of DOM traversal, but I haven't heard much about CSS optimization outside of the usual minifying process. Is there any way to optimize your CSS loading/processing outside of just reducing character count and server requests? 回答1: You can definitely optimise your selectors for performance. One key point is that CSS parsers read selectors right to left, whereas javascript selector