KTVRemote/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2025-08-25 13:59:15 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};