From 5ca546a6f134e0d313d8edd98764e02692dd0033 Mon Sep 17 00:00:00 2001 From: Damon Date: Fri, 24 Jul 2020 12:37:42 +0100 Subject: [PATCH] styling fix Styling was not being implemented unless the structure was ``` ``` --- scss/components/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2