updated rollup plugin node-resolve; improved favorites refresh animation
This commit is contained in:
9
src/styles/scss/base/_animations.scss
Normal file
9
src/styles/scss/base/_animations.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user