Clean up filesystem sync setting

This commit is contained in:
Gregory Schier
2025-01-13 16:46:56 -08:00
parent 658e2179ca
commit 49f5e980de
6 changed files with 40 additions and 48 deletions

View File

@@ -10,7 +10,15 @@ const sizes = {
/** @type {import("tailwindcss").Config} */
module.exports = {
darkMode: ['class', '[data-resolved-appearance="dark"]'],
content: ['./index.html', './**/*.{html,js,jsx,ts,tsx}'],
content: [
'./*.{html,ts,tsx}',
'./commands/**/*.{ts,tsx}',
'./components/**/*.{ts,tsx}',
'./hooks/**/*.{ts,tsx}',
'./init/**/*.{ts,tsx}',
'./lib/**/*.{ts,tsx}',
'./routes/**/*.{ts,tsx}',
],
theme: {
extend: {
opacity: {