deltacast-sdi-recorder/frontend/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2026-04-14 09:21:15 -04:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};