Files
SIG-CM/frontend/public-web/postcss.config.js

7 lines
91 B
JavaScript
Raw Normal View History

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