Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Oct 9, 2024
1 parent d3a8d39 commit 39425f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/tailwindcss/src/compat/plugin-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3528,9 +3528,8 @@ describe('matchComponents()', () => {
},
)

expect(
optimizeCss(compiled.build(['prose', 'sm:prose-sm', 'hover:prose-lg'])).trim(),
).toMatchInlineSnapshot(`
expect(optimizeCss(compiled.build(['prose', 'sm:prose-sm', 'hover:prose-lg'])).trim())
.toMatchInlineSnapshot(`
".prose {
--container-size: normal;
}
Expand Down

0 comments on commit 39425f4

Please sign in to comment.