inference-playground / postcss.config.js
mishig's picture
mishig HF staff
same prettier as hub
60216ec
raw
history blame contribute delete
No virus
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};