api-client/packages/hoppscotch-sh-admin/postcss.config.cjs
Anwarul Islam f93558324f
chore: move hoppscotch-ui package out of the monorepo (#3620)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-16 16:58:10 +05:30

8 lines
107 B
JavaScript

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