Assume that i have these below sass files:
app.scss:
.tutorial { position: absolute; left: -40px; animation: left-right 1s infinite linear; } @k