From 9165ea777eed11a4e58873bd945ae8f66107e7df Mon Sep 17 00:00:00 2001 From: Lipis Date: Mon, 22 Jan 2018 12:22:44 +0100 Subject: [PATCH] Add .small class into typography --- scss/components/_typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index b48d8b85..2be224c4 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -245,7 +245,8 @@ p { } } -small { +small +.small { font-size: $small-font-size; color: $small-font-color; } -- 2.47.2