lbry.tech/sass/partials/_animation.scss
ポール ウェッブ 171445418f Initial commit
2018-07-12 16:47:15 -05:00

4 lines
89 B
SCSS

@keyframes spin {
0% { transform: rotate(0deg); }
to { transform: rotate(1turn); }
}