mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Convert sass files to scss files
This commit is contained in:
9
sass/base/animations.scss
Normal file
9
sass/base/animations.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@keyframes spinAround {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user