CizgiRoman / postcss.config.js
MorDizayn's picture
Upload 221 files
a9c43e2
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}