profil-next/postcss.config.js
2022-11-21 10:51:39 +01:00

6 lines
80 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}