module.exports = { content: [ "./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", ], theme: { extend: { animation: { "pulse-slow": "pulse 3s linear infinite", }, }, }, };