]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
<small> styling fix 1012/head
authorDamon <damon@damongolding.com>
Fri, 24 Jul 2020 11:37:42 +0000 (12:37 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2020 11:37:42 +0000 (12:37 +0100)
Styling was not being implemented unless the structure was
```
<small>
    <element class="small"></element>
</small>
```

scss/components/_typography.scss

index 716803b2c7a222c5417ba81da5c46529c4792477..55731ef08821777b7b5e1f28b7365a5bbd661e74 100755 (executable)
@@ -295,7 +295,7 @@ p {
   }
 }
 
-small
+small,
 .small {
   font-size: $small-font-size;
   color: $small-font-color;