Use imports everywhere

This commit is contained in:
Jeremy Thomas
2020-10-31 23:52:27 +00:00
parent a9a48d1512
commit a6130bf160
49 changed files with 6796 additions and 17 deletions

View File

@@ -3,3 +3,4 @@
@import "minireset.sass"
@import "generic.sass"
@import "animations.sass"

View File

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

View File

@@ -1,3 +1,5 @@
@import "../utilities/mixins"
$body-background-color: $scheme-main !default
$body-size: 16px !default
$body-min-width: 300px !default