Skip to content

Commit 373dc08

Browse files
author
Senofy
authored
Added space between addition
1 parent c8ccd04 commit 373dc08

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)