Skip to content

Commit 39425f4

Browse files
committedOct 9, 2024
fix cs
1 parent d3a8d39 commit 39425f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎packages/tailwindcss/src/compat/plugin-api.test.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -3528,9 +3528,8 @@ describe('matchComponents()', () => {
35283528
},
35293529
)
35303530

3531-
expect(
3532-
optimizeCss(compiled.build(['prose', 'sm:prose-sm', 'hover:prose-lg'])).trim(),
3533-
).toMatchInlineSnapshot(`
3531+
expect(optimizeCss(compiled.build(['prose', 'sm:prose-sm', 'hover:prose-lg'])).trim())
3532+
.toMatchInlineSnapshot(`
35343533
".prose {
35353534
--container-size: normal;
35363535
}

0 commit comments

Comments
 (0)