This might be a dumb question, but I couldn't find an answer by searching here or with Google. I've been doing web design a few years now, but in some code at work I noticed this:
.header-silver,
.header-silver,
.header-silver,
.header-silver {
#gradient >.vertical(#FEFEFE, #E1E1E1);
}
I didn't write this, but as far as I know, using the same class like that is very redundant. Is there something I've missed in my quest in learning CSS/LESS, and there a chance that the person that wrote this used it for a reason?