I had a problem that I got a variable number of children. My: last-child: the rules of the first child should be applied only if there are at least 3 children
I tried: only-child, which can be overwritten: last- and: first-child, when there is only 1 child, but when I have 2 children, I have a problem. Is there some kind of selector that only applies when there are more children than n?
source
share