the-tip-top-frontend/postcss.config.js
2025-11-17 23:38:02 +01:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}