@@ -94,10 +94,10 @@ const utilities = {
9494 'transform-fill' : { 'transform-box' : 'fill-box' } ,
9595 'transform-stroke' : { 'transform-box' : 'stroke-box' } ,
9696 'transform-view' : { 'transform-box' : 'view-box' } ,
97- 'bg-clip-content' : { '-webkit-background-clip' : 'content-box' , ' background-clip' : 'content-box' } ,
98- 'bg-clip-padding' : { '-webkit-background-clip' : 'padding-box' , ' background-clip' : 'padding-box' } ,
99- 'bg-clip-border' : { '-webkit-background-clip' : 'border-box' , ' background-clip' : 'border-box' } ,
100- 'bg-clip-text' : { '-webkit-background-clip' : 'text' , ' background-clip' : 'text' } ,
97+ 'bg-clip-content' : { 'background-clip' : 'content-box' } ,
98+ 'bg-clip-padding' : { 'background-clip' : 'padding-box' } ,
99+ 'bg-clip-border' : { 'background-clip' : 'border-box' } ,
100+ 'bg-clip-text' : { 'background-clip' : 'text' } ,
101101 'bg-origin-content' : { 'background-origin' : 'content-box' } ,
102102 'bg-origin-padding' : { 'background-origin' : 'padding-box' } ,
103103 'bg-origin-border' : { 'background-origin' : 'border-box' } ,
@@ -134,7 +134,7 @@ const utilities = {
134134 'wrap-break-word' : { 'overflow-wrap' : 'break-word' } ,
135135 'wrap-anywhere' : { 'overflow-wrap' : 'anywhere' } ,
136136 'wrap-normal' : { 'overflow-wrap' : 'normal' } ,
137- 'gradient-text' : { '-webkit-text-fill-color' : 'transparent' , '-webkit-background-clip' : 'text' , ' background-clip' : 'text' } ,
137+ 'gradient-text' : { '-webkit-text-fill-color' : 'transparent' , 'background-clip' : 'text' } ,
138138 'fit' : { 'width' : 'fit-content' , 'height' : 'fit-content' } ,
139139 'font-antialiased' : { '-webkit-font-smoothing' : 'antialiased' , '-moz-osx-font-smoothing' : 'grayscale' } ,
140140 'font-subpixel-antialiased' : { '-webkit-font-smoothing' : 'auto' , '-moz-osx-font-smoothing' : 'auto' } ,
0 commit comments