We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cbdd3 commit e7e79c9Copy full SHA for e7e79c9
src/plugins/expressive-code/workers-playground.js
@@ -1,6 +1,5 @@
1
// @ts-check
2
import { definePlugin } from "@expressive-code/core";
3
-import { h } from "@expressive-code/core/hast";
4
5
import lzstring from "lz-string";
6
@@ -48,6 +47,7 @@ export default () => {
48
47
baseStyles: `
49
.wrapper {
50
box-shadow: var(--ec-frm-frameBoxShdCssVal);
+ border-radius: calc(var(--ec-brdRad) + var(--ec-brdWd));
51
margin-top: 0 !important;
52
}
53
0 commit comments