feat: Add gitignore
This commit is contained in:
15
themes/animals/static/bulma/sass/base/animations.scss
Normal file
15
themes/animals/static/bulma/sass/base/animations.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes spinAround {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes pulsate {
|
||||
50% {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user