rlcube / postcss.config.mjs
imwithye's picture
Initial commit from Create Next App
66100d8
raw
history blame
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;