diff --git a/tailwind.config.js b/tailwind.config.js index f0a9a20..9810b24 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,11 +1,7 @@ /** @type {import('tailwindcss').Config} */ export default { - content: ['./src /**/*.{jsx,tsx - }' - ], // tell tailwind where to look - darkMode: ['selector', '[data-theme="dark" - ]', '.dark' - ], + content: ['./src /**/*.{jsx,tsx}'], // tell tailwind where to look + darkMode: ['selector', '[data-theme="dark"]', '.dark'], theme: { extend: {}, },