hbpatcher/postcss.config.js

7 lines
97 B
JavaScript
Raw Permalink Normal View History

2025-11-22 06:28:10 +01:00
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}