playstore-scraper / frontend /postcss.config.js
lljz66's picture
Upload frontend/postcss.config.js
86d1bdf verified
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};