identity/identity-web/postcss.config.js

7 lines
73 B
JavaScript
Raw Normal View History

2024-06-13 20:00:45 +00:00
export default {
2024-06-29 16:32:27 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};