Haystack/frontend/postcss.config.js
2025-02-26 21:27:43 +00:00

7 lines
75 B
JavaScript

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