Files
interactive-insights/postcss.config.js
T
2024-11-07 14:56:28 +01:00

7 lines
80 B
JavaScript

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