We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23a4e2 commit dba5926Copy full SHA for dba5926
course-matrix/frontend/tailwind.config.js
@@ -78,15 +78,15 @@ export default {
78
height: "0",
79
},
80
81
- 'fade-in': {
82
- '0%': { opacity: '0' },
83
- '100%': { opacity: '1' },
84
- }
+ "fade-in": {
+ "0%": { opacity: "0" },
+ "100%": { opacity: "1" },
+ },
85
86
animation: {
87
"accordion-down": "accordion-down 0.2s ease-out",
88
"accordion-up": "accordion-up 0.2s ease-out",
89
- 'fade-in': 'fade-in 0.4s ease-in-out',
+ "fade-in": "fade-in 0.4s ease-in-out",
90
91
92
0 commit comments