Keep your class names lowercase. CSS itself is case insensitive, but selectors from HTML (class and id) are case sensitive. The dmx-class attribute sets the class name in the attribute name, which in HTML is case insensitive and converted to lowercase, while the attribute value is case sensitive in HTML. This can be confusing but keeping your names lower-case will be the safest way.