diffuse-the-rest / postcss.config.cjs
Johan09033's picture
Duplicate from huggingface-projects/diffuse-the-rest
b66502a
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};