lfg9-forums/frontend/postcss.config.js
Developer 097d5c4109 init
2025-09-02 14:05:42 -05:00

6 lines
90 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}