transformersjs-playground / postcss.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
Initial commit from Create Next App
c1e6570
raw
history blame
135 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;