KanBan/postcss.config.js
2024-03-24 18:38:28 -05:00

7 lines
81 B
JavaScript

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