Skip to content

Commit 13925e0

Browse files
committed
Fix style lint: use inset-inline-start instead of left
Made-with: Cursor
1 parent 896e1a0 commit 13925e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storybook/stories/design-system/tokens/motion.story.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@keyframes slideRight {
22
from {
3-
left: 4px;
3+
inset-inline-start: 4px;
44
}
55
to {
6-
left: calc(100% - 36px);
6+
inset-inline-start: calc(100% - 36px);
77
}
88
}
99

@@ -31,7 +31,7 @@
3131
.dot {
3232
position: absolute;
3333
top: 4px;
34-
left: 4px;
34+
inset-inline-start: 4px;
3535
width: 32px;
3636
height: 32px;
3737
border-radius: var(--wpds-border-radius-sm);

0 commit comments

Comments
 (0)