gemini-codrawing / postcss.config.mjs
Trudy's picture
first commit
eceac5b
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;