scrape / postcss.config.mjs
kjbytes's picture
push code
ef4c36f
Raw
History Blame Contribute Delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;