I know that if I have a class name (with spaces), e.g.
my classname
I can create a class selector with:
.my.classname
However, how can I create a class selector If I have dashes between spaces like this:
My - Classname and Others
Or this:
My - Clasname
Thanks for the tips.