Skip to content

Commit e7e79c9

Browse files
committed
unused import and shadow radius
1 parent 03cbdd3 commit e7e79c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/expressive-code/workers-playground.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-check
22
import { definePlugin } from "@expressive-code/core";
3-
import { h } from "@expressive-code/core/hast";
43

54
import lzstring from "lz-string";
65

@@ -48,6 +47,7 @@ export default () => {
4847
baseStyles: `
4948
.wrapper {
5049
box-shadow: var(--ec-frm-frameBoxShdCssVal);
50+
border-radius: calc(var(--ec-brdRad) + var(--ec-brdWd));
5151
margin-top: 0 !important;
5252
}
5353

0 commit comments

Comments
 (0)