What is the proper CSS syntax for applying multiple pseudo classes to a selector. I\'d like to insert \",\" after each item in a list except the last one. I am using the f
You can get around this by having a another tag inside the and apply the :after to that instead. That way you would be applying the :last-child and :after to different elements: