hermes / keygenServer /client /postcss.config.mjs
Isitha Tennakoon
Basic Key Gen Client working
0383459
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;