ProductShowcaseStudio / frontend /postcss.config.js
sushilideaclan01's picture
.
2f9de1b
Raw
History Blame Contribute Delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};