TTS_DataSet_Maker_Tool / postcss.config.js
Omarrran's picture
TTS Dataset Collector for HF Spaces
88b6846
Raw
History Blame Contribute Delete
94 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}