T / postcss.config.js
Niansuh's picture
Upload 250 files
af9dbf5 verified
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};