Cachy / website /postcss.config.mjs
Vatxzz's picture
added the website for app.
32f7b59
Raw
History Blame Contribute Delete
157 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;