File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1334,7 +1334,6 @@ test('col-start', async () => {
1334
1334
}
1335
1335
1336
1336
.col-start-auto {
1337
- grid-column: var(--grid-column-start-auto);
1338
1337
grid-column-start: var(--grid-column-start-auto);
1339
1338
}"
1340
1339
`)
@@ -1409,7 +1408,6 @@ test('col-end', async () => {
1409
1408
}
1410
1409
1411
1410
.col-end-auto {
1412
- grid-column: var(--grid-column-end-auto);
1413
1411
grid-column-end: var(--grid-column-end-auto);
1414
1412
}"
1415
1413
`)
@@ -1573,7 +1571,6 @@ test('row-start', async () => {
1573
1571
}
1574
1572
1575
1573
.row-start-auto {
1576
- grid-row: var(--grid-row-start-auto);
1577
1574
grid-row-start: var(--grid-row-start-auto);
1578
1575
}"
1579
1576
`)
@@ -1648,7 +1645,6 @@ test('row-end', async () => {
1648
1645
}
1649
1646
1650
1647
.row-end-auto {
1651
- grid-row: var(--grid-row-end-auto);
1652
1648
grid-row-end: var(--grid-row-end-auto);
1653
1649
}"
1654
1650
`)
Original file line number Diff line number Diff line change @@ -4761,7 +4761,6 @@ export function createUtilities(theme: Theme) {
4761
4761
decl ( 'line-height' , '1' ) ,
4762
4762
] ,
4763
4763
} ,
4764
- Fv,
4765
4764
} ,
4766
4765
)
4767
4766
You can’t perform that action at this time.
0 commit comments