laravel-gredients/postcss.config.js
2024-12-29 22:29:55 +01:00

7 lines
93 B
JavaScript

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