doc_applicaiton / frontend /postcss.config.mjs
EL GHAFRAOUI AYOUB
C
04ad574
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;