tiefen_space_share_web/postcss.config.js

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2024-12-04 14:14:25 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}