Haystack/postcss.config.js
2025-02-22 16:30:41 +01:00

7 lines
81 B
JavaScript

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