drawing01 / postcss.config.cjs
adpro's picture
Duplicate from huggingface-projects/diffuse-the-rest
14b3c00
raw
history blame contribute delete
75 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};