assignment-4/postcss.config.js
2024-12-31 18:19:56 +05:30

7 lines
80 B
JavaScript

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