xykj-plus/claude-ecc/log-analyzer/tailwind.config.js

9 lines
163 B
JavaScript
Raw Permalink Normal View History

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
};