portal / postcss.config.mjs
김민용
Initial commit from Create Next App
c1ac65c
raw
history blame
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;