ChatBotando / postcss.config.js
olipericles's picture
Ajuste da UI
faf93c0
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};