lbry.tech/content/.vuepress/scss/partials/_animation.scss

5 lines
89 B
SCSS
Raw Normal View History

2018-05-11 21:06:43 +02:00
@keyframes spin {
0% { transform: rotate(0deg); }
to { transform: rotate(1turn); }
}