ffmpeg-gui/frontend/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2025-12-15 23:53:29 +09:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};