File "postcss.config.mjs"
Full Path: /home/trinadezambia/public_html/student_panel/src/components/ui/pages/postcss.config.mjs
File size: 81 bytes
MIME-type: text/plain
Charset: utf-8
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;