hoppscotch/packages/hoppscotch-selfhost-desktop/postcss.config.cjs
2023-12-18 23:43:40 +05:30

9 lines
107 B
JavaScript

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