Fix imports

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

6
sass/utilities/_all.sass Normal file
View File

@@ -0,0 +1,6 @@
@charset "utf-8"
@import "functions.sass"
@import "variables.sass"
@import "mixins.sass"
@import "controls.sass"

View File

@@ -1,5 +0,0 @@
@keyframes spin-around
from
transform: rotate(0deg)
to
transform: rotate(359deg)

View File

@@ -1,6 +1,3 @@
@import "./mixins.sass"
@import "./variables.sass"
$control: $text-strong !default
$control-background: $text-invert !default
$control-border: $border !default

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

View File

@@ -1,5 +1,3 @@
@import "./functions.sass"
////////////////////////////////////////////////
////////////////////////////////////////////////
// 1. Initial variables