mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Removed "text-spaced" utility
Should use the new "leading" utilities instead.
This commit is contained in:
parent
e751d972b8
commit
2b100ce4a0
@ -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; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user