medium.rip/frontend/postcss.config.ts
Sphericalkat bd06b7ee37 refactor(frontend): use typescript config files
Signed-off-by: Sphericalkat <amolele@gmail.com>
2023-05-29 14:47:44 +05:30

7 lines
83 B
TypeScript

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