File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ exports.dynamicRegistry = {
121
121
'grid-rows' : { name : 'grid-template-rows' , attribute : 'custom' } ,
122
122
'auto-cols' : { name : 'grid-auto-columns' , attribute : 'custom' } ,
123
123
'font' : { name : 'font-family' , attribute : 'custom' } ,
124
+ 'filter' : { name : "filter" , attribute : 'custom' } ,
124
125
"transition" : { name : "transition" , attribute : 'custom' } ,
125
126
"decoration" : { name : "text-decoration" , attribute : 'custom' }
126
127
} ;
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ export const dynamicRegistry: Dynamicregistry = {
132
132
'grid-rows' : { name : 'grid-template-rows' , attribute : 'custom' } ,
133
133
'auto-cols' : { name : 'grid-auto-columns' , attribute : 'custom' } ,
134
134
'font' : { name : 'font-family' , attribute : 'custom' } ,
135
+ 'filter' : { name : "filter" , attribute : 'custom' } ,
135
136
"transition" : { name : "transition" , attribute : 'custom' } ,
136
137
"decoration" : { name : "text-decoration" , attribute : 'custom' }
137
138
}
You can’t perform that action at this time.
0 commit comments