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