toos-halloween/toos-dashboard/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-10-13 09:43:42 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}