github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/web/src/animations.scss (about)

     1  @import "constants";
     2  
     3  @keyframes spin {
     4    from {
     5      transform: rotate(0deg);
     6    }
     7    to {
     8      transform: rotate(360deg);
     9    }
    10  }