benjaminpalko/tailwind.config.ts
Benjamin Palko 9dfbdcc554
Some checks failed
Deployment / Install (push) Failing after 55s
fix shit
2025-04-30 17:00:03 -04:00

9 lines
154 B
TypeScript

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