File tree 2 files changed +4
-4
lines changed
test/fixtures/unsupported
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}
2
2
p : before {top : 0 }
3
3
p : after {top : 0 }
4
4
p : root {top : 0 }
5
- p : nth -of-type( 1 ) {top : 0 }
5
+ p : first -of-type {top : 0 }
6
6
p : nth-last-of-type (1 ){top : 0 }
7
7
p : first-of-type {top : 0 }
8
8
p : last-of-type {top : 0 }
9
9
p : only-of-type {top : 0 }
10
10
p : only-child {top : 0 }
11
11
p : last-child {top : 0 }
12
- p : nth -child( 1 ) {top : 0 }
12
+ p : first -child {top : 0 }
13
13
p : nth-last-child (1 ){top : 0 }
14
14
p : empty {top : 0 }
15
15
p : target {top : 0 }
Original file line number Diff line number Diff line change 1
1
p : root {top : 0 }
2
- p : nth -of-type( 1 ) {top : 0 }
2
+ p : first -of-type {top : 0 }
3
3
p : nth-last-of-type (1 ){top : 0 }
4
4
p : first-of-type {top : 0 }
5
5
p : last-of-type {top : 0 }
6
6
p : only-of-type {top : 0 }
7
7
p : only-child {top : 0 }
8
8
p : last-child {top : 0 }
9
- p : nth -child( 1 ) {top : 0 }
9
+ p : first -child {top : 0 }
10
10
p : nth-last-child (1 ){top : 0 }
11
11
p : empty {top : 0 }
12
12
p : target {top : 0 }
You can’t perform that action at this time.
0 commit comments