I’m interested in using BEM (Block-Element-Modifier) syntax with my WordPress theme development, but underscores in class names violate WordPress coding standards. BEM is awesome because it makes the stylesheet easier to understand what it’s modifying and reduces cascading style issues. But I also want to play by the rules. What is a good alternative to underscores?