Files
SIG-CM/frontend/counter-panel/postcss.config.js

6 lines
90 B
JavaScript
Raw Normal View History

2025-12-18 13:32:50 -03:00
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}