dduf-check / postcss.config.js
coyotte508
init
c27d5c6
raw
history blame
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};