coursetags/postcss.config.cjs

7 lines
94 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
autoprefixer: {},
tailwindcss: {},
},
}