Spaces:
markush1
/
Running on CPU Upgrade

kaicoder / postcss.config.mjs
enzostvs's picture
enzostvs HF Staff
Initial commit from Create Next App
0b6b0ac
raw
history blame
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;