knex/webapp/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2025-01-10 15:22:28 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};