From 2b100ce4a0898d62d14fb617c8db1a64a7a97076 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 15 Aug 2017 10:13:53 -0400 Subject: [PATCH] Removed "text-spaced" utility Should use the new "leading" utilities instead. --- src/utilities/text.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utilities/text.less b/src/utilities/text.less index 3f68ca92d..3678f87b9 100644 --- a/src/utilities/text.less +++ b/src/utilities/text.less @@ -105,7 +105,6 @@ .text-no-wrap { white-space: nowrap; } .text-force-wrap { word-wrap: break-word; } .text-smooth { -webkit-font-smoothing: antialiased; } -.text-spaced { letter-spacing: 0.05em; } .text-strike { text-decoration: line-through; } .text-shadow-solid { text-shadow: 0 2px 0 rgba(0,0,0,0.15); } .text-mono { font-family: @font-family-mono; } @@ -132,7 +131,6 @@ &text-no-wrap { .text-no-wrap; } &text-force-wrap { .text-force-wrap; } &text-smooth { .text-smooth; } - &text-spaced { .text-spaced; } &text-strike { .text-strike; } &text-shadow-solid { .text-shadow-solid; } &text-mono { .text-mono; }