Variable eachButFirstChildConst

eachButFirstChild: "> *:not(:first-child)" = '> *:not(:first-child)'

Selects every immediate child except for the first child.

> *:not(:first-child)