news/frontend/postcss.config.js
2025-04-09 23:25:31 +02:00

6 lines
82 B
JavaScript

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