its-personal/postcss.config.cjs

6 lines
75 B
JavaScript
Raw Normal View History

2023-11-01 23:36:58 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}