hosting-platform/frontend/postcss.config.js

8 lines
81 B
JavaScript
Raw Permalink Normal View History

2026-01-11 14:38:39 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}