SkillAegis/postcss.config.js
2024-06-26 15:30:47 +02:00

6 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}