Fix imports

This commit is contained in:
Jeremy Thomas
2016-10-16 19:15:56 +01:00
parent c52a3da371
commit aed21e7fb3
68 changed files with 417 additions and 7527 deletions

View File

@@ -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