atlas/packages/theia/tailwind.config.ts
Benjamin Palko 81633cda04
All checks were successful
Deployment / Deploy (push) Successful in 6m9s
rename to theia
2025-03-30 23:15:40 -04:00

5 lines
No EOL
126 B
TypeScript

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