Skip to content

Commit

Permalink
Regenerate snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Sep 23, 2024
1 parent 28fa661 commit 22d5ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tailwindcss/src/variants.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2762,11 +2762,11 @@ test('variant order', async () => {
}
}
.ltr\\:flex:where([dir="ltr"], [dir="ltr"] *) {
.ltr\\:flex:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
display: flex;
}
.rtl\\:flex:where([dir="rtl"], [dir="rtl"] *) {
.rtl\\:flex:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
display: flex;
}
Expand Down

0 comments on commit 22d5ff5

Please sign in to comment.