import { theme } from './theme'; import typography from '@tailwindcss/typography'; export const config = { darkMode: 'class', theme, plugins: [typography], variants: { extend: {}, }, };