mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
5 lines
194 B
JavaScript
5 lines
194 B
JavaScript
export default {
|
|
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
|
// Tailwind v4 uses @theme in CSS for most configuration
|
|
// This config is minimal and only for content scanning
|
|
} |