Skip to content

Commit

Permalink
Test full bare rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisBraun committed Mar 15, 2024
1 parent 2c0bbeb commit 8e1a983
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tailwindcss/src/utilities.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2623,6 +2623,11 @@ test('rotate', () => {
initial-value: 0;
}"
`)
expect(run(['rotate-[0.3_0.7_1_45deg]'])).toMatchInlineSnapshot(`
".rotate-\\[0\\.3_0\\.7_1_45deg\\] {
rotate: .3 .7 1 45deg;
}"
`)
expect(run(['rotate', 'rotate-unknown'])).toEqual('')
})

Expand Down

0 comments on commit 8e1a983

Please sign in to comment.