@keyframes diagonal-stripes { from { background-position-x: 0; } to { background-position-x: var(--stripe-width); } }