Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shedokan authored and philipp-spiess committed Sep 23, 2024
1 parent 310eef6 commit 28fa661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwindcss/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@ describe('@variant', () => {
),
).toMatchInlineSnapshot(`
"@layer utilities {
.rtl\\:flex:where([dir="rtl"], [dir="rtl"] *) {
.rtl\\:flex:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
display: flex;
}
Expand Down

0 comments on commit 28fa661

Please sign in to comment.