OmniHelper / postcss.config.js
hotboxxgenn's picture
Upload 11 files
4d2de1b verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}