atlas/packages/theia/tailwind.config.ts
Benjamin Palko e57a4ed613
Some checks failed
Deployment / Deploy (push) Has been cancelled
rename to theia
2025-03-30 23:10:13 -04:00

5 lines
No EOL
126 B
TypeScript

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