0602t4 / postcss.config.cjs
ismot's picture
Duplicate from huggingface-projects/diffuse-the-rest
3d11da7
raw
history blame contribute delete
75 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};