Skip to content

Commit dba5926

Browse files
kevin-lanngithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent b23a4e2 commit dba5926

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

course-matrix/frontend/tailwind.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ export default {
7878
height: "0",
7979
},
8080
},
81-
'fade-in': {
82-
'0%': { opacity: '0' },
83-
'100%': { opacity: '1' },
84-
}
81+
"fade-in": {
82+
"0%": { opacity: "0" },
83+
"100%": { opacity: "1" },
84+
},
8585
},
8686
animation: {
8787
"accordion-down": "accordion-down 0.2s ease-out",
8888
"accordion-up": "accordion-up 0.2s ease-out",
89-
'fade-in': 'fade-in 0.4s ease-in-out',
89+
"fade-in": "fade-in 0.4s ease-in-out",
9090
},
9191
},
9292
},

0 commit comments

Comments
 (0)