FrezManager/postcss.config.js
2023-10-25 10:47:00 +02:00

7 lines
75 B
JavaScript

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