future-predictions / postcss.config.js
emad600's picture
Upload 12 files
8b7cd45 verified
raw
history blame
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};