wiki-project / postcss.config.js
Nagi15's picture
Add codebase
fcb5a67
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};