If I had 5 divs with identifiers "element1", "element2", etc ...., there is a way to create an array of elements with something like:
#elements[1-10]{
position:relative;
}
I know that you guys probably think that I'm crazy, but I'm dealing with some code that is automatically generated, and I will have to edit the main files of these cms, which I do not want to do if client updates are in the future.
With that said, I will have nothing to manually change identifiers for the class.
source
share