Helpdesk-ui/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2023-08-22 09:31:48 -06:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}