lint: tailwind lint

This commit is contained in:
Yehoshua Sandler 2025-05-08 11:23:51 -05:00
parent 3edbefddb5
commit 6f7986a574

View File

@ -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: {},
},