govsearch / postcss.config.js
Katsuya Oda
Initial commit
5285b72 unverified
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}