Skip to content

Commit ed760bd

Browse files
committed
Fix stylelint
1 parent cc911e1 commit ed760bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/engine/transition/keyframes/drop.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--bespoke-marp-transition-drop-shadow:
3-
0 0.3vh 0.6vh rgba(0, 0, 0, 39%), rgba(0, 0, 0, 30%) 0 3vh 5vh,
4-
rgba(0, 0, 0, 22%) 0 2vh 1.5vh;
3+
0 0.3vh 0.6vh rgb(0 0 0 / 39%), rgb(0 0 0 / 30%) 0 3vh 5vh,
4+
rgb(0 0 0 / 22%) 0 2vh 1.5vh;
55
}
66

77
// [Safari CSS hack]

src/engine/transition/keyframes/swipe.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--bespoke-marp-transition-swipe-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 25%);
2+
--bespoke-marp-transition-swipe-shadow: 6px 6px 10px 6px rgb(0 0 0 / 25%);
33
}
44

55
// [Safari CSS hack]

0 commit comments

Comments
 (0)