@@ -116,15 +116,15 @@ export const functionalPlugins = new Map<string, FunctionalPlugin[]>([
116
116
] ] ,
117
117
[ "from" , [
118
118
{ 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' } ,
120
120
] ] ,
121
121
[ "to" , [
122
122
{ 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' } ,
124
124
] ] ,
125
125
[ "via" , [
126
126
{ 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' } ,
128
128
] ] ,
129
129
[ "fill" , [
130
130
{ scaleKey : "fill" , ns : 'fillColor' , class : [ 'fill' ] , type : 'color' } ,
0 commit comments