CSS calc: `+` and `-` must be surrounded by whitespaces
moritzebeling opened this issue · 1 comments
moritzebeling commented
vite-plugin-svelte
tells me that +
and -
must be surrounded by whitespaces in Barloader.svelte
line 31
:
calc((var(--duration)+0.1) / 2)
^
Schum123 commented
This is fixed. Thanks