]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix deprecated elseif syntax 1014/head
authorJan Joneš <jjones@outlook.cz>
Sat, 1 Aug 2020 22:07:30 +0000 (00:07 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2020 22:07:30 +0000 (00:07 +0200)
scss/components/_typography.scss

index 55731ef08821777b7b5e1f28b7365a5bbd661e74..61b65b7ffe99e85e4900e17c9c4c2a77bcea2f5f 100755 (executable)
@@ -177,7 +177,7 @@ $remove-ios-blue: true !default;
     padding-bottom: $margin;
     @if $align == 'left' {
       text-align: left;
-    } @elseif $align == 'right' {
+    } @else if $align == 'right' {
       text-align: right;
     } @else {
       text-align: center;