Files
videocall-app/videocall-frontend/postcss.config.js
september 54a81cbdcf init
2025-09-03 06:51:24 -07:00

7 lines
82 B
JavaScript

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