college-courses/postcss.config.cjs

7 lines
94 B
JavaScript
Raw Normal View History

2024-10-15 10:15:40 +03:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}