Files
hoppscotch/packages/hoppscotch-selfhost-web/postcss.config.cjs
2023-12-16 16:58:10 +05:30

9 lines
105 B
JavaScript

const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
module.exports = config