Skip to content

Commit 9361537

Browse files
committed
Test full bare rotate
1 parent c46f1c9 commit 9361537

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/tailwindcss/src/utilities.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,11 @@ test('rotate', () => {
26082608
initial-value: 0;
26092609
}"
26102610
`)
2611-
expect(run(['rotate', 'rotate-potato'])).toEqual('')
2611+
expect(run(['rotate-[0.3_0.7_1_45deg]'])).toMatchInlineSnapshot(`
2612+
".rotate-\\[0\\.3_0\\.7_1_45deg\\] {
2613+
rotate: .3 .7 1 45deg;
2614+
}"
2615+
`)
26122616
})
26132617

26142618
test('rotate-x', () => {

0 commit comments

Comments
 (0)