lbry.tech/.vuepress/scss/partials/_animation.scss
2018-05-11 14:06:43 -05:00

5 lines
89 B
SCSS

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