story-research-zapwall/postcss.config.js
2025-12-22 09:48:57 +01:00

7 lines
82 B
JavaScript

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