Go-YT2MP3/ui/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-08-25 00:15:23 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}