Run script/format with prettier
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user