@@ -251,18 +251,23 @@ module.exports = {
251251 "0%" : { "background-position" : "0px" } ,
252252 "100%" : { "background-position" : "8px" } ,
253253 } ,
254+ "tile-move-offset" : {
255+ "0%" : { "background-position" : "-1px" } ,
256+ "100%" : { "background-position" : "7px" } ,
257+ } ,
254258 } ,
255259 animation : {
256260 "accordion-down" : "accordion-down 0.2s ease-out" ,
257261 "accordion-up" : "accordion-up 0.2s ease-out" ,
258262 "tile-scroll" : "tile-move 0.5s infinite linear" ,
263+ "tile-move-offset" : "tile-move-offset 0.5s infinite linear" ,
259264 } ,
260265 backgroundImage : {
261266 "gradient-radial" : "radial-gradient(closest-side, var(--tw-gradient-stops))" ,
262267 "gradient-primary" : `linear-gradient(90deg, acid-500 0%, toxic-500 100%)` ,
263268 "gradient-primary-hover" : `linear-gradient(80deg, acid-600 0%, toxic-600 100%)` ,
264269 "gradient-secondary" : `linear-gradient(90deg, hsl(271 91 65) 0%, hsl(221 83 53) 100%)` ,
265- "gradient-radial-secondary" : `radial-gradient(hsl(271 91 65), hsl(221 83 53))` ,
270+ "gradient-radial-secondary " : `radial-gradient(hsl(271 91 65), hsl(221 83 53))` ,
266271 } ,
267272 gridTemplateColumns : {
268273 carousel : "repeat(6, 200px)" ,
0 commit comments