From 6f7986a5745587527cd7607dd56aba774048cc04 Mon Sep 17 00:00:00 2001 From: ysandler Date: Thu, 8 May 2025 11:23:51 -0500 Subject: [PATCH] lint: tailwind lint --- tailwind.config.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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: {}, },