Skip to content

Commit f1331a8

Browse files
committed
run prettier
1 parent e5513b6 commit f1331a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,8 @@ describe.each(['Unix', 'Windows'])('Line endings: %s', (lineEndings) => {
11831183
expect(() =>
11841184
parse(css`
11851185
.foo {
1186-
--bar: "Hello world!
1187-
/* ^ missing " */
1186+
--bar: 'Hello world!
1187+
/* ^ missing ' * /;
11881188
}
11891189
`),
11901190
).toThrowErrorMatchingInlineSnapshot(`[Error: Unterminated string: "Hello world!"]`)

packages/tailwindcss/src/utilities.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8843,7 +8843,7 @@ test('divide-color', async () => {
88438843
css`
88448844
@theme {
88458845
--color-red-500: #ef4444;
8846-
--border-color-best-blue: #6495ED;
8846+
--border-color-best-blue: #6495ed;
88478847
}
88488848
@tailwind utilities;
88498849
`,

0 commit comments

Comments
 (0)