QuickTick/postcss.config.js
2023-09-29 09:01:24 +02:00

7 lines
80 B
JavaScript

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