quicktools / frontend /postcss.config.mjs
github-actions[bot]
deploy: sync to hugging face
4cb7ab8
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;