@@ -116,15 +116,15 @@ export const functionalPlugins = new Map<string, FunctionalPlugin[]>([
116116 ] ] ,
117117 [ "from" , [
118118 { scaleKey : "gradientColorStops" , ns : 'gradientStopsFrom' , class : [ '--tw-gradient-from' , '--tw-gradient-from-position' ] , type : 'color' } ,
119- { scaleKey : "gradientColorStopPositions" , ns : 'gradientColorFromStops ' , class : [ '--tw-gradient-from' , '--tw-gradient-from-position' ] , type : 'percentage' } ,
119+ { scaleKey : "gradientColorStopPositions" , ns : 'gradientStopsFromPosition ' , class : [ '--tw-gradient-from' , '--tw-gradient-from-position' ] , type : 'percentage' } ,
120120 ] ] ,
121121 [ "to" , [
122122 { scaleKey : "gradientColorStops" , ns : 'gradientStopsTo' , class : [ '--tw-gradient-to' , '--tw-gradient-to-position' ] , type : 'color' } ,
123- { scaleKey : "gradientColorStopPositions" , ns : 'gradientColorToStops ' , class : [ '--tw-gradient-from' , '--tw-gradient-from-position' ] , type : 'percentage' } ,
123+ { scaleKey : "gradientColorStopPositions" , ns : 'gradientStopsToPosition ' , class : [ '--tw-gradient-from' , '--tw-gradient-from-position' ] , type : 'percentage' } ,
124124 ] ] ,
125125 [ "via" , [
126126 { scaleKey : "gradientColorStops" , ns : 'gradientStopsVia' , class : [ '--tw-gradient-from' ] , type : 'color' } ,
127- { scaleKey : "gradientColorStopPositions" , ns : 'gradientColorViaStops ' , class : [ '--tw-gradient-from' , '--tw-gradient-from-position' ] , type : 'percentage' } ,
127+ { scaleKey : "gradientColorStopPositions" , ns : 'gradientStopsViaPositions ' , class : [ '--tw-gradient-from' , '--tw-gradient-from-position' ] , type : 'percentage' } ,
128128 ] ] ,
129129 [ "fill" , [
130130 { scaleKey : "fill" , ns : 'fillColor' , class : [ 'fill' ] , type : 'color' } ,
0 commit comments