2
0
Fork 0
ComprehensiveMaintenance/postcss.config.js

7 lines
92 B
JavaScript
Raw Normal View History

2023-10-03 22:12:31 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}