Haystack/frontend/postcss.config.js
2025-02-23 19:30:11 +01:00

7 lines
81 B
JavaScript

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