css-tricks.com
The Order of CSS Classes in HTML Doesn’t Matter
14
That’s right! And I can prove it, too. Let’s look at some CSS first: .a { color: red; } .b { color: blue; } And now let’s look at some markup: Here’s some... Read full article