codrawing / postcss.config.mjs
Trudy's picture
first commit
eceac5b
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;