Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Dec 4, 2022
1 parent 5c6006b commit d20a9fb
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 d20a9fb

Please sign in to comment.