Skip to content

Commit f691969

Browse files
authored
Merge pull request #28 from Senofy/patch-1
Added space between addition
2 parents c8ccd04 + 373dc08 commit f691969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BarLoader.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
.small-lines.\32 {
4040
animation: var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1)
41-
calc((var(--duration)+0.1) / 2) infinite normal none running short;
41+
calc((var(--duration) + 0.1) / 2) infinite normal none running short;
4242
}
4343
4444
@keyframes long {

0 commit comments

Comments
 (0)