COLE / frontend /postcss.config.mjs
Yurhu's picture
Initial snapshot upload
75ec748 verified
raw
history blame contribute delete
86 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;