OCR_DATASET_MAKER / web /postcss.config.js
Omarrran's picture
OCR Dataset Generator for HF Spaces
24a732c
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}