Files
docker_dev/crater/postcss.config.js
2025-09-20 16:11:47 +02:00

8 lines
103 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}