Skip to content

Commit 4778b1a

Browse files
committed
update apply migration test
Since this is using all the migrations, it also means that some of the values were optimized, so let's reflect that in the changes.
1 parent 0260bbb commit 4778b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@tailwindcss-upgrade/src/codemods/css/migrate-at-apply.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ it('should apply all candidate migration when migrating with a config', async ()
113113
`),
114114
).toMatchInlineSnapshot(`
115115
".foo {
116-
@apply tw:flex! tw:[color:var(--my-color)] tw:bg-linear-to-t;
116+
@apply tw:flex! tw:text-(--my-color) tw:bg-linear-to-t;
117117
}"
118118
`)
119119
})

0 commit comments

Comments
 (0)