sheer / postcss.config.js
dan5py
Initial commit
909a85b unverified
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}