Skip to content

Commit 9ab7982

Browse files
fix(frontend): compiled nested css gets corrupted by lightningcss
1 parent b40f84b commit 9ab7982

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/frontend/components/back-link/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
--back-link-chevron-size: 0.5em;
66
--back-link-chevron-thickness: var(--text-thickness);
77

8-
:root[dir="rtl"] & {
9-
--back-link-chevron-rotation: 45deg;
10-
}
11-
128
display: inline-block;
139
font: var(--font-caption);
1410
margin-inline: calc(var(--back-link-padding) * -1);
@@ -44,3 +40,7 @@
4440
position: absolute;
4541
}
4642
}
43+
44+
:root[dir="rtl"] .back-link {
45+
--back-link-chevron-rotation: 45deg;
46+
}

0 commit comments

Comments
 (0)