]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add .small class into typography 867/head
authorLipis <lipiridis@gmail.com>
Mon, 22 Jan 2018 11:22:44 +0000 (12:22 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2018 11:22:44 +0000 (12:22 +0100)
scss/components/_typography.scss

index b48d8b85180261ba588edb2be871e200b5ed1d23..2be224c45670199fbad6149d51dc35e9068f7582 100755 (executable)
@@ -245,7 +245,8 @@ p {
   }
 }
 
-small {
+small
+.small {
   font-size: $small-font-size;
   color: $small-font-color;
 }