Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Jan 9, 2023
1 parent 2ce7a56 commit c0d1e96
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/__snapshots__/svelte-scoped.test.ts.snap
Expand Up @@ -132,10 +132,12 @@ exports[`svelte-scoped > everything 2`] = `
margin-left: calc(0.25rem * calc(1 - var(--un-space-x-reverse)));
margin-right: calc(0.25rem * var(--un-space-x-reverse));
}
:global([dir=\\"rtl\\"]
._rtl\\\\:space-x-reverse_7dkb0w
> :not([hidden])
~ :not([hidden])) {
:global(
[dir=\\"rtl\\"]
._rtl\\\\:space-x-reverse_7dkb0w
> :not([hidden])
~ :not([hidden])
) {
--un-space-x-reverse: 1;
}
:global(._bg-red-500_7dkb0w) {
Expand Down

0 comments on commit c0d1e96

Please sign in to comment.