]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix else if deprecation warning 1060/head
authorBob Maerten <bob.maerten@gmail.com>
Fri, 30 Apr 2021 07:49:27 +0000 (09:49 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 07:49:27 +0000 (09:49 +0200)
Closes #1059

scss/components/_typography.scss

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