Schum123/svelte-loading-spinners

CSS calc: `+` and `-` must be surrounded by whitespaces

moritzebeling opened this issue · 1 comments

vite-plugin-svelte tells me that + and - must be surrounded by whitespaces in Barloader.svelte line 31:

calc((var(--duration)+0.1) / 2)
                     ^

This is fixed. Thanks