logos-messaging-frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

export default {
2023-10-30 23:57:10 +01:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}