Is there any way to target elements that must have class A, and can then have either class B or C or D or F...etc? Class A is required, followed by one of the others. I don't want to have to repeat almost the same code for each, as there are quite a few in my css file.
I have been playing around with attribute selectors but can't figure it out, was hoping I'm overlooking something.