Removed "text-spaced" utility

Should use the new "leading" utilities instead.
This commit is contained in:
Jonathan Reinink 2017-08-15 10:13:53 -04:00 committed by GitHub
parent e751d972b8
commit 2b100ce4a0

View File

@ -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; }