Haystack/frontend/postcss.config.js
2025-03-17 21:00:52 +01:00

7 lines
93 B
JavaScript

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