mmy / postcss.config.mjs
Mohammad Shahid
first commit
3a7a84c
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;