chatup-pro / postcss.config.js
dvc890's picture
[feat]add project files
41af422
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}