sempero / postcss.config.js
armand0e's picture
gradio -> docker
250bf31
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};