I received a file from a client today that is a template for an e-mail and in the css for the mobile version all of the class specifications were preceded with *[class]
The square brackets are attribute selectors and the '*' is a wild card, so your client is selecting every element that has the class attribute.