Schum123 / svelte-loading-spinners

A collection of loading spinner components for SvelteJs
https://schum123.github.io/svelte-loading-spinners/
MIT License
511 stars 35 forks source link

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

Closed moritzebeling closed 1 year ago

moritzebeling commented 2 years ago

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 1 year ago

This is fixed. Thanks