Run script/format with prettier

This commit is contained in:
George Drummond
2019-05-03 14:01:24 -04:00
parent 0996f254cb
commit 9e4647254f
28 changed files with 104 additions and 93 deletions

View File

@@ -28,8 +28,7 @@
@if $level == "success" {
$background-color: $color-green-lightest;
$border-color: $color-green;
}
@else if $level == "warning" {
} @else if $level == "warning" {
$background-color: $color-gold-lightest;
$border-color: $color-gold;
@@ -42,8 +41,7 @@
box-shadow: inset 0 0 0 2px $color-gold-dark;
}
}
}
@else if $level == "error" {
} @else if $level == "error" {
$background-color: $color-red-lightest;
$border-color: $color-red;
}