deepsite / postcss.config.mjs
enzostvs's picture
enzostvs HF Staff
Initial commit from Create Next App
0b6b0ac
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;