mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 13:59:36 -07:00
Fix imports
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
@import "./animations.sass"
|
||||
@import "./variables.sass"
|
||||
|
||||
=arrow($color)
|
||||
border: 1px solid $color
|
||||
border-right: 0
|
||||
@@ -122,8 +119,14 @@
|
||||
transform: rotate(-45deg)
|
||||
transform-origin: left bottom
|
||||
|
||||
@keyframes spinAround
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(359deg)
|
||||
|
||||
=loader
|
||||
animation: spin-around 500ms infinite linear
|
||||
animation: spinAround 500ms infinite linear
|
||||
border: 2px solid $border
|
||||
border-radius: 290486px
|
||||
border-right-color: transparent
|
||||
|
||||
Reference in New Issue
Block a user