Skip to content
Prev Previous commit
Next Next commit
cleanup trailing whitespace
  • Loading branch information
RobinMalfait committed Sep 24, 2024
commit 289989179e313bb7c76e302d4c220b0493599c01
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ function migrate(input: string) {
it('should format PostCSS nodes that are marked with tailwind_pretty', async () => {
expect(
await migrate(`
@utility .foo { .foo { color: red; } } `),
@utility .foo { .foo { color: red; } }`),
).toMatchInlineSnapshot(`
"@utility .foo {
.foo {
color: red;
}
} "
}"
`)
})