Hi there, I am fairly new to SASS and do not consider myself a programming expert.
I have ten aside elements that each need different background colors depending on their class name.
Even after going through the SASS documentation, I am still unable to figure it out.
I would like to set up a condition where if an aside has a class name of x, then the background color should be x. If the aside has a class name of y, then the background color should be y, and so on.
Is there a more efficient and elegant way to achieve this?
Thank you all in advance, and I apologize if this is a straightforward question.