I have a list of elements that I want to style in 3 different ways.
I want every 3rd list item to have the same class throughout the whole list.
For example:
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
I can do 2 with :odd/even, but how to do it with 3?