Learning-Management-System/frontend/postcss.config.js
2025-01-22 11:23:14 +00:00

6 lines
80 B
JavaScript

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