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 () => {
13341334 }
13351335
13361336 .col-start-auto {
1337- grid-column: var(--grid-column-start-auto);
13381337 grid-column-start: var(--grid-column-start-auto);
13391338 }"
13401339 `)
@@ -1409,7 +1408,6 @@ test('col-end', async () => {
14091408 }
14101409
14111410 .col-end-auto {
1412- grid-column: var(--grid-column-end-auto);
14131411 grid-column-end: var(--grid-column-end-auto);
14141412 }"
14151413 `)
@@ -1573,7 +1571,6 @@ test('row-start', async () => {
15731571 }
15741572
15751573 .row-start-auto {
1576- grid-row: var(--grid-row-start-auto);
15771574 grid-row-start: var(--grid-row-start-auto);
15781575 }"
15791576 `)
@@ -1648,7 +1645,6 @@ test('row-end', async () => {
16481645 }
16491646
16501647 .row-end-auto {
1651- grid-row: var(--grid-row-end-auto);
16521648 grid-row-end: var(--grid-row-end-auto);
16531649 }"
16541650 `)
Original file line number Diff line number Diff line change @@ -4761,7 +4761,6 @@ export function createUtilities(theme: Theme) {
47614761 decl ( 'line-height' , '1' ) ,
47624762 ] ,
47634763 } ,
4764- Fv,
47654764 } ,
47664765 )
47674766
You can’t perform that action at this time.
0 commit comments