@property --rotate{syntax: "<angle>"; initial-value: 132deg; inherits: false;}@property --color1{syntax: "<color>"; initial-value: #ff00ff; inherits: false;}@property --color2{syntax: "<color>"; initial-value: #00ff00; inherits: false;}.rainbow-gradient.svelte-1ydth8f{background:linear-gradient(var(--rotate),var(--color1),var(--color2));animation:svelte-1ydth8f-spin 8s linear infinite}@keyframes svelte-1ydth8f-spin{0%{--rotate: 0deg}to{--rotate: 360deg}}
