web/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2024-08-08 12:52:23 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2024-09-23 13:28:45 +01:00
};