theia/tailwind.config.ts
Benjamin Palko a48f0603b2
All checks were successful
Deployment / Deploy Storybook (push) Successful in 5m47s
init
2025-04-01 16:21:29 -04:00

5 lines
No EOL
126 B
TypeScript

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