api-client/packages/hoppscotch-selfhost-web/postcss.config.cjs
Shreyas f834cc87d3
feat(desktop): portable phase-3: instance manager (#5421)
Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
2025-11-25 18:09:18 +05:30

8 lines
107 B
JavaScript

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