leLab / postcss.config.js
jurmy24's picture
initial commit
9d3c32a
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}