/* good */ .USERNAME { } /* good */ .UserName { } /*bad */ .user-name { } /* good */ .userName { } /* good */ .usernameprofile { }