Assignment-5/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2025-01-07 06:12:26 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}