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 55bfe6b commit 83bcd03Copy full SHA for 83bcd03
src/plugins/plugin.colors.ts
@@ -13,7 +13,7 @@ const BORDER_COLORS = [
13
];
14
15
// Primary colors with 50% transparency
16
-const BACKGROUND_COLORS = BORDER_COLORS.map(_ => _.replace(')', ', 0.5)'));
+const BACKGROUND_COLORS = /* #__PURE__ */ BORDER_COLORS.map(_ => _.replace(')', ', 0.5)'));
17
18
function getBorderColor(i: number) {
19
return BORDER_COLORS[i % BORDER_COLORS.length];
0 commit comments