ai_sandbox/speech-speech/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-02-19 19:03:08 -05:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}