diff --git a/tailwind.config.js b/tailwind.config.js index d16c847..f763f5e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,9 @@ /** @type {import('tailwindcss').Config} */ module.exports = { content: [ - './src/**/*.{js,ts,jsx,tsx,html,mdx}', - './components/**/*.{js,ts,jsx,tsx,html,mdx}', - './pages/**/*.{js,ts,jsx,tsx,html,mdx}', + './src/**/*.{js,ts,jsx,tsx,html,md,mdx}', + './components/**/*.{js,ts,jsx,tsx,html,md,mdx}', + './pages/**/*.{js,ts,jsx,tsx,html,md,mdx}', './theme.config.tsx', ], darkMode: 'class',