lab3.2/postcss.config.js
2024-10-22 05:37:53 +05:30

7 lines
80 B
JavaScript

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