I have multiple html elements. They use very similar css styles. Only difference is border style (one element has all but left border, another all but right etc).
So far, i used to create several different styles which have only one line of code different. That seriously bloated my css file. Is there any better solution to my problem? Is there any kind of inheritance that i could use?