Skip to content

Commit 8dab29d

Browse files
committed
run Prettier
1 parent f82e41b commit 8dab29d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/tailwindcss/src/css-functions.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ describe('--theme(…)', () => {
177177
color: --theme(colors.red.500);
178178
}
179179
`),
180-
).rejects.toThrowErrorMatchingInlineSnapshot(`[Error: The --theme(…) function can only be used with CSS variables from your theme.]`)
180+
).rejects.toThrowErrorMatchingInlineSnapshot(
181+
`[Error: The --theme(…) function can only be used with CSS variables from your theme.]`,
182+
)
181183
})
182184
})
183185

0 commit comments

Comments
 (0)