Tagged Questions

3
votes
7answers
3k views

Javascript and CSS, using dashes

I'm starting to learn some javascript and understand that dashes are not permitted when naming identifiers. However, in CSS it's common to use a dash for IDs and classes. Does using a dash in CSS ...