From 7e20e52187c8c9dfc4141b05be092d1a46ba392c Mon Sep 17 00:00:00 2001 From: andrewmnlv Date: Fri, 25 Mar 2016 16:46:42 +0300 Subject: [PATCH] fix: anchor text-decoration with $anchor-text-decoration variable --- scss/components/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_type.scss b/scss/components/_type.scss index bd87c7aa..7bf0cd0e 100755 --- a/scss/components/_type.scss +++ b/scss/components/_type.scss @@ -238,7 +238,7 @@ small { a { color: $anchor-color; - text-decoration: none; + text-decoration: $anchor-text-decoration; &:hover { color: $anchor-color-hover; -- 2.47.2