File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/fixtures/unsupported Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ p:focus{top:0}
22p : before {top : 0 }
33p : after {top : 0 }
44p : root {top : 0 }
5- p : nth -of-type( 1 ) {top : 0 }
5+ p : first -of-type {top : 0 }
66p : nth-last-of-type (1 ){top : 0 }
77p : first-of-type {top : 0 }
88p : last-of-type {top : 0 }
99p : only-of-type {top : 0 }
1010p : only-child {top : 0 }
1111p : last-child {top : 0 }
12- p : nth -child( 1 ) {top : 0 }
12+ p : first -child {top : 0 }
1313p : nth-last-child (1 ){top : 0 }
1414p : empty {top : 0 }
1515p : target {top : 0 }
Original file line number Diff line number Diff line change 11p : root {top : 0 }
2- p : nth -of-type( 1 ) {top : 0 }
2+ p : first -of-type {top : 0 }
33p : nth-last-of-type (1 ){top : 0 }
44p : first-of-type {top : 0 }
55p : last-of-type {top : 0 }
66p : only-of-type {top : 0 }
77p : only-child {top : 0 }
88p : last-child {top : 0 }
9- p : nth -child( 1 ) {top : 0 }
9+ p : first -child {top : 0 }
1010p : nth-last-child (1 ){top : 0 }
1111p : empty {top : 0 }
1212p : target {top : 0 }
You can’t perform that action at this time.
0 commit comments