titles/postcss.config.mjs
ChrQR 8b2feffb1e
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m28s
purge 2.0
2024-05-16 13:44:35 +02:00

9 lines
135 B
JavaScript

/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;