Files
hoppscotch/packages/hoppscotch-selfhost-web/postcss.config.cjs
2023-12-19 12:40:07 +05:30

9 lines
105 B
JavaScript

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