Files
rayhunter/bin/web/tailwind.config.ts
Will Greenberg fa96520fe5 wip
2025-04-14 11:54:27 -07:00

12 lines
168 B
TypeScript

import type { Config } from 'tailwindcss';
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
} as Config;