svelte-grid
svelte-grid copied to clipboard
Why there are two backgrounds
in \svelte-grid\src\MoveResize\index.svelte/line:50-56
I agree that should be removed, that does not make any sense
I agree that should be removed, that does not make any sense
I replaced the background with the following code. I think it's more beautiful. Ha ha ha
background-image: linear-gradient(90deg, rgba(60, 10, 30, 0.04) 3%, transparent 0), linear-gradient(1turn, rgba(60, 10, 30, 0.04) 3%, transparent 0);
background-size: 20px 20px;
background-position: 50%;
background-repeat: repeat;