gearz-leakfinder / postcss.config.mjs
Gearsoldier
Initial commit from Create Next App
de28e0e
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;