Laravel/postcss.config.js
2024-11-04 14:21:42 +01:00

7 lines
93 B
JavaScript

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