chat-ui-energy / postcss.config.js
coyotte508's picture
coyotte508 HF Staff
🚨 Run prettier
61bc015
raw
history blame contribute delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};