apps/overlay-sandbox/postcss.config.js (9 lines of code) (raw):

const { join } = require('path'); module.exports = { plugins: { tailwindcss: { config: join(__dirname, 'tailwind.config.js'), }, autoprefixer: {}, }, };