To the point, the :not(:first-child) option should similarly be able to minimize the total number of rules.
Strict equivalent of
* + *
:where(:not(:first-child))
To the point, the :not(:first-child) option should similarly be able to minimize the total number of rules.