Matou-Garou / postcss.config.js
Joffrey THOMAS
bulk
ce8b18b
Raw
History Blame Contribute Delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};