library-manager/frontend/postcss.config.js
2025-03-07 08:08:39 +01:00

7 lines
79 B
JavaScript

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