uvify / postcss.config.js
aviol's picture
Initial commit for uvify UI
d51321a
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}