visual-journal / postcss.config.mjs
gpt-image-playground deploy
Deploy 17eadcc to Docker Space
96bdf6c
Raw
History Blame Contribute Delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;