module.exports = { plugins: { '@unocss/postcss': { content: ['src/**/*.tsx', '../../packages/ui/src/lib/components/**/*.tsx'], }, }, };