Not first

Syntax

Class
Properties
{...}not-first:{...}
{...}:not(:first-child){...}
<div class="t1 w-full px-8 py-2 bg-c-white not-first:bg-c-gray-800 not-first:color-white">first</div> <div class="t1 w-full px-8 py-2 bg-c-white not-first:bg-c-gray-800 not-first:color-white">second</div> <div class="t1 w-full px-8 py-2 bg-c-white not-first:bg-c-gray-800 not-first:color-white">third</div> <div class="t1 w-full px-8 py-2 bg-c-white not-first:bg-c-gray-800 not-first:color-white">fourth</div>

Specification test cases

The test cases below are imported from the Turbo CSS specification. They have been executed upon loading this page.
Non-first elements shall have a top border width of 1px.
t1 not-first:bt-1
.t1.not-first\:bt-1:not(:first-child) { border-top-width: 1px; }