Use CSS to target any element that has ANY two classes on it?
问题 Our production environment is using an adaptation technology that is incompatible with multiple css classes. This means it's easy to forget and use two classes when styling HTML, and have it break once it gets to production. I would like to use CSS as a way to highlight when someone forgets and accidentally applies two classes to an element. Something like this is my intent, although of course this is invalid. It should highlight any element that has two classes applied to it: .*.* { /* not