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

This reverts commit bbff62bf32.

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

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>