lusa-back-planner/postcss.config.js
2026-03-06 13:25:24 -05:00

6 lines
81 B
JavaScript

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