Text-to-Speech-WebGPU / postcss.config.js
bennylam's picture
Upload 8 files
e274ace verified
Raw
History Blame Contribute Delete
87 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};