website/postcss.config.js
2024-12-30 21:13:33 +01:00

7 lines
81 B
JavaScript

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