Agile / project 5 /postcss.config.js
thatsdevvvv's picture
Upload 2050 files
390cffd verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};