pompy.dev/apps/main/postcss.config.js
developomp 002fb4bea7 refactor: tidy up tailwind configs
- add tailwind to all apps
- share tailwind themes and stuff
2023-07-02 10:56:12 +09:00

6 lines
92 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}