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

9 lines
107 B
JavaScript

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