import type { Config } from 'tailwindcss'; export default { theme: { extend: {}, }, plugins: [], } as Omit;