123 / postcss.config.js
Twan07's picture
Create postcss.config.js
5af8180 verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};