Files
client.dreamfreely/postcss.config.js
2025-11-11 18:20:04 -05:00

7 lines
82 B
JavaScript

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