educards/postcss.config.js
2025-04-15 11:29:44 +02:00

6 lines
73 B
JavaScript

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