I want two classes with different names to have the same property in CSS. I don\'t want to repeat the code.
.abc, .xyz { margin-left: 20px; }
is what you are looking for.