mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add text smooth utility.
This commit is contained in:
parent
6b204cf0dd
commit
8b3cbbd7a7
@ -8,6 +8,10 @@ export default function() {
|
||||
'text-capitalize': { 'text-transform': 'capitalize' },
|
||||
'text-underline': { 'text-decoration': 'underline' },
|
||||
'text-strike': { 'text-decoration': 'line-through' },
|
||||
'text-smooth': {
|
||||
'-webkit-font-smoothing': 'antialiased',
|
||||
'-moz-osx-font-smoothing': 'grayscale',
|
||||
},
|
||||
'text-normal': {
|
||||
'text-decoration': 'none',
|
||||
'text-transform': 'none',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user