tailwind.config.ts 151 B

12345678
  1. import type { Config } from 'tailwindcss/types/config';
  2. export default {
  3. theme: {
  4. extend: {},
  5. },
  6. plugins: [],
  7. } as Omit<Config, 'content'>;