I want two classes with different names to have the same property in CSS. I don\'t want to repeat the code.
You can have multiple CSS declarations for the same properties by separating them with commas:
.abc, .xyz { margin-left: 20px; }