pidrio / project /postcss.config.js
Raiff1982's picture
Upload 51 files
43172ae verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};