Revert "svelte-check doesn't want a CSS string"

This reverts commit 3f62c1f79d.

Now they do again.🤷
This commit is contained in:
Damien Elmes 2020-07-29 12:06:33 +10:00
parent e1bfe68b9e
commit 3a1e4a6500

View file

@ -36,7 +36,7 @@
<svg
bind:this={svg}
viewBox={`0 0 ${bounds.width} ${bounds.height}`}
style={{ opacity: graphData.totalCards ? 1 : 0 }}>
style="opacity: {graphData.totalCards ? 1 : 0}">
<g class="days" />
</svg>