From: Damon Date: Fri, 24 Jul 2020 11:37:42 +0000 (+0100) Subject: styling fix X-Git-Tag: v2.4.0~4^2~5^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1012%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git styling fix Styling was not being implemented unless the structure was ``` ``` --- diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index 716803b2..55731ef0 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -295,7 +295,7 @@ p { } } -small +small, .small { font-size: $small-font-size; color: $small-font-color;